#6cbc1c

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

Shades of Christi #6CBC1C

Tints of Christi #6CBC1C

Color information

#6CBC1C (or 0x6CBC1C) is unknown color: approx Christi. HEX triplet: 6C, BC and 1C. RGB value is (108,188,28). Sum of RGB (Red+Green+Blue) = 108+188+28=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBC1C is #9343E3. Grayscale: #929292. Windows color (decimal): -9651172 or 1883244. OLE color: 1883244.

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

Color convert

RGB10818828-
CMYK0.4300.850.26
HSL90º74.07%42.35%-
HSV(B)90º85.11%73.73%-
XYZ24.3839.247.39-
YUV145.8461.5101.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 58.02%
BLUE value IS 28 (11.33% from 255) = 8.64%
R=33.33%
G=58.02%
B=8.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108188280.4300.850.269074.0742.35
Hex6CBC1C2B0551A5a4a2a
Octal154274345301253213211252
Binary11011001011110011100101011010101011101010110101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cbc1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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