#6BBB0A

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

Shades of Christi #6BBB0A

Tints of Christi #6BBB0A

Color information

#6BBB0A (or 0x6BBB0A) is unknown color: approx Christi. HEX triplet: 6B, BB and 0A. RGB value is (107,187,10). Sum of RGB (Red+Green+Blue) = 107+187+10=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 187 (73.44% from 255 or 61.51% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBB0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BBB0A is #9444F5. Grayscale: #8F8F8F. Windows color (decimal): -9716982 or 703339. OLE color: 703339.

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

Color convert

RGB10718710-
CMYK0.4300.950.27
HSL87.12º89.85%38.63%-
HSV(B)87.12º94.65%73.33%-
XYZ23.8938.696.5-
YUV142.953102.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.20%
GREEN value IS 187 (73.44% from 255) = 61.51%
BLUE value IS 10 (4.30% from 255) = 3.29%
R=35.20%
G=61.51%
B=3.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107187100.4300.950.2787.1289.8538.63
Hex6BBBA2B05F1B575a27
Octal153273125301373312713247
Binary1101011101110111010101011010111111101110101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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