#6CA513

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

Shades of Christi #6CA513

Tints of Christi #6CA513

Color information

#6CA513 (or 0x6CA513) is unknown color: approx Christi. HEX triplet: 6C, A5 and 13. RGB value is (108,165,19). Sum of RGB (Red+Green+Blue) = 108+165+19=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 165 (64.84% from 255 or 56.51% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA513 is #935AEC. Grayscale: #838383. Windows color (decimal): -9657069 or 1287532. OLE color: 1287532.

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

Color convert

RGB10816519-
CMYK0.3500.880.35
HSL83.42º79.35%36.08%-
HSV(B)83.42º88.48%64.71%-
XYZ19.7630.155.39-
YUV131.3164.62111.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.99%
GREEN value IS 165 (64.84% from 255) = 56.51%
BLUE value IS 19 (7.81% from 255) = 6.51%
R=36.99%
G=56.51%
B=6.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108165190.3500.880.3583.4279.3536.08
Hex6CA5132305823534f24
Octal154245234301304312311744
Binary110110010100101100111000110101100010001110100111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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