#6CBC0C

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

Shades of Christi #6CBC0C

Tints of Christi #6CBC0C

Color information

#6CBC0C (or 0x6CBC0C) is unknown color: approx Christi. HEX triplet: 6C, BC and 0C. RGB value is (108,188,12). Sum of RGB (Red+Green+Blue) = 108+188+12=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBC0C is #9343F3. Grayscale: #909090. Windows color (decimal): -9651188 or 834668. OLE color: 834668.

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

Color convert

RGB10818812-
CMYK0.4300.940.26
HSL87.27º88%39.22%-
HSV(B)87.27º93.62%73.73%-
XYZ24.2339.186.63-
YUV144.0253.5102.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.06%
GREEN value IS 188 (73.83% from 255) = 61.04%
BLUE value IS 12 (5.08% from 255) = 3.90%
R=35.06%
G=61.04%
B=3.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108188120.4300.940.2687.278839.22
Hex6CBCC2B05E1A575827
Octal154274145301363212713047
Binary1101100101111001100101011010111101101010101111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,188,12); }

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

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

 a { background-color: rgb(108,188,12); }

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

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

 span { border-color: rgb(108,188,12); }

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