#6CA410

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

Shades of Christi #6CA410

Tints of Christi #6CA410

Color information

#6CA410 (or 0x6CA410) is unknown color: approx Christi. HEX triplet: 6C, A4 and 10. RGB value is (108,164,16). Sum of RGB (Red+Green+Blue) = 108+164+16=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA410 is #935BEF. Grayscale: #828282. Windows color (decimal): -9657328 or 1090668. OLE color: 1090668.

HSL color Cylindrical-coordinate representation of color #6CA410: hue angle of 82.7º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CA410 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB10816416-
CMYK0.3400.900.36
HSL82.7º82.22%35.29%-
HSV(B)82.7º90.24%64.31%-
XYZ19.5529.785.21-
YUV130.3863.45112.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.5%
GREEN value IS 164 (64.45% from 255) = 56.94%
BLUE value IS 16 (6.64% from 255) = 5.56%
R=37.5%
G=56.94%
B=5.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108164160.3400.900.3682.782.2235.29
Hex6CA4102205A24535223
Octal154244204201324412312243
Binary110110010100100100001000100101101010010010100111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,164,16); }

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

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

 a { background-color: rgb(108,164,16); }

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

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

 span { border-color: rgb(108,164,16); }

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