#6CAD1C

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

Shades of Christi #6CAD1C

Tints of Christi #6CAD1C

Color information

#6CAD1C (or 0x6CAD1C) is unknown color: approx Christi. HEX triplet: 6C, AD and 1C. RGB value is (108,173,28). Sum of RGB (Red+Green+Blue) = 108+173+28=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAD1C is #9352E3. Grayscale: #898989. Windows color (decimal): -9655012 or 1879404. OLE color: 1879404.

HSL color Cylindrical-coordinate representation of color #6CAD1C: hue angle of 86.9º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6CAD1C is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB10817328-
CMYK0.3800.840.32
HSL86.9º72.14%39.41%-
HSV(B)86.9º83.82%67.84%-
XYZ21.3433.166.37-
YUV137.0466.47107.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 173 (67.97% from 255) = 55.99%
BLUE value IS 28 (11.33% from 255) = 9.06%
R=34.95%
G=55.99%
B=9.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108173280.3800.840.3286.972.1439.41
Hex6CAD1C2605420574827
Octal154255344601244012711047
Binary110110010101101111001001100101010010000010101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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