#6BB412

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

Shades of Christi #6BB412

Tints of Christi #6BB412

Color information

#6BB412 (or 0x6BB412) is unknown color: approx Christi. HEX triplet: 6B, B4 and 12. RGB value is (107,180,18). Sum of RGB (Red+Green+Blue) = 107+180+18=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BB412 is #944BED. Grayscale: #8C8C8C. Windows color (decimal): -9718766 or 1225835. OLE color: 1225835.

HSL color Cylindrical-coordinate representation of color #6BB412: hue angle of 87.04º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BB412 is Cyan = 0.41, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB10718018-
CMYK0.4100.90.29
HSL87.04º81.82%38.82%-
HSV(B)87.04º90%70.59%-
XYZ22.4935.816.3-
YUV139.759.32104.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.08%
GREEN value IS 180 (70.70% from 255) = 59.02%
BLUE value IS 18 (7.42% from 255) = 5.90%
R=35.08%
G=59.02%
B=5.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal107180180.4100.90.2987.0481.8238.82
Hex6BB4122905A1D575227
Octal153264225101323512712247
Binary11010111011010010010101001010110101110110101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,180,18); }

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

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

 a { background-color: rgb(107,180,18); }

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

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

 span { border-color: rgb(107,180,18); }

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