#6BBB12

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

Shades of Christi #6BBB12

Tints of Christi #6BBB12

Color information

#6BBB12 (or 0x6BBB12) is unknown color: approx Christi. HEX triplet: 6B, BB and 12. RGB value is (107,187,18). Sum of RGB (Red+Green+Blue) = 107+187+18=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 187 (73.44% from 255 or 59.94% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BBB12 is #9444ED. Grayscale: #909090. Windows color (decimal): -9716974 or 1227627. OLE color: 1227627.

HSL color Cylindrical-coordinate representation of color #6BBB12: hue angle of 88.4º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BBB12 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB10718718-
CMYK0.4300.900.27
HSL88.4º82.44%40.2%-
HSV(B)88.4º90.37%73.33%-
XYZ23.9438.716.78-
YUV143.8157101.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.29%
GREEN value IS 187 (73.44% from 255) = 59.94%
BLUE value IS 18 (7.42% from 255) = 5.77%
R=34.29%
G=59.94%
B=5.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107187180.4300.900.2788.482.4440.2
Hex6BBB122B05A1B585228
Octal153273225301323313012250
Binary11010111011101110010101011010110101101110110001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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