#6fbb0c

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

Shades of Christi #6FBB0C

Tints of Christi #6FBB0C

Color information

#6FBB0C (or 0x6FBB0C) is unknown color: approx Christi. HEX triplet: 6F, BB and 0C. RGB value is (111,187,12). Sum of RGB (Red+Green+Blue) = 111+187+12=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBB0C is #9044F3. Grayscale: #909090. Windows color (decimal): -9454836 or 834415. OLE color: 834415.

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

Color convert

RGB11118712-
CMYK0.4100.940.27
HSL86.06º87.94%39.02%-
HSV(B)86.06º93.58%73.33%-
XYZ24.3938.956.58-
YUV144.3353.32104.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 187 (73.44% from 255) = 60.32%
BLUE value IS 12 (5.08% from 255) = 3.87%
R=35.81%
G=60.32%
B=3.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111187120.4100.940.2786.0687.9439.02
Hex6FBBC2905E1B565827
Octal157273145101363312613047
Binary1101111101110111100101001010111101101110101101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fbb0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,187,12); }

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

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

 a { background-color: rgb(111,187,12); }

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

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

 span { border-color: rgb(111,187,12); }

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