#6CA510

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

Shades of Christi #6CA510

Tints of Christi #6CA510

Color information

#6CA510 (or 0x6CA510) is unknown color: approx Christi. HEX triplet: 6C, A5 and 10. RGB value is (108,165,16). Sum of RGB (Red+Green+Blue) = 108+165+16=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA510 is #935AEF. Grayscale: #838383. Windows color (decimal): -9657072 or 1090924. OLE color: 1090924.

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

Color convert

RGB10816516-
CMYK0.3500.900.35
HSL82.95º82.32%35.49%-
HSV(B)82.95º90.3%64.71%-
XYZ19.7330.145.27-
YUV130.9763.12111.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.37%
GREEN value IS 165 (64.84% from 255) = 57.09%
BLUE value IS 16 (6.64% from 255) = 5.54%
R=37.37%
G=57.09%
B=5.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108165160.3500.900.3582.9582.3235.49
Hex6CA5102305A23535223
Octal154245204301324312312243
Binary110110010100101100001000110101101010001110100111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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