#6ab310

Color #6AB310 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6AB310

Tints of Christi #6AB310

Color information

#6AB310 (or 0x6AB310) is unknown color: approx Christi. HEX triplet: 6A, B3 and 10. RGB value is (106,179,16). Sum of RGB (Red+Green+Blue) = 106+179+16=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 179 (70.31% from 255 or 59.47% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB310 is #954CEF. Grayscale: #8B8B8B. Windows color (decimal): -9784560 or 1094506. OLE color: 1094506.

HSL color Cylindrical-coordinate representation of color #6AB310: hue angle of 86.87º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AB310 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB10617916-
CMYK0.4100.910.30
HSL86.87º83.59%38.24%-
HSV(B)86.87º91.06%70.2%-
XYZ22.1635.346.14-
YUV138.5958.82104.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 179 (70.31% from 255) = 59.47%
BLUE value IS 16 (6.64% from 255) = 5.32%
R=35.22%
G=59.47%
B=5.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal106179160.4100.910.3086.8783.5938.24
Hex6AB3102905B1E575426
Octal152263205101333612712446
Binary11010101011001110000101001010110111111010101111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ab310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ab310; }

 p { color: rgb(106,179,16); }

 H1.HeaderClassName
 {
   color: #6ab310;
 }
 .AnyTagClassName
 {
   color: #6ab310;
 }
</style>
background-color css

<style>
 a { background-color: #6ab310; }

 a { background-color: rgb(106,179,16); }

 div.DivClassName
 {
   background-color: #6ab310;
 }
 .BgClassName
 {
   background-color: #6ab310;
 }
</style>
border-color css

<style>
 span { border-color: #6ab310; }

 span { border-color: rgb(106,179,16); }

 td.TdClassName
 {
   border-color: #6ab310;
 }
 .TagClassName
 {
   border-color: #6ab310;
 }
</style>