#6CA504

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

Shades of Christi #6CA504

Tints of Christi #6CA504

Color information

#6CA504 (or 0x6CA504) is unknown color: approx Christi. HEX triplet: 6C, A5 and 04. RGB value is (108,165,4). Sum of RGB (Red+Green+Blue) = 108+165+4=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 165 (64.84% from 255 or 59.57% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA504 is #935AFB. Grayscale: #828282. Windows color (decimal): -9657084 or 304492. OLE color: 304492.

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

Color convert

RGB1081654-
CMYK0.3500.980.35
HSL81.24º95.27%33.14%-
HSV(B)81.24º97.58%64.71%-
XYZ19.6630.114.89-
YUV129.657.12112.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.99%
GREEN value IS 165 (64.84% from 255) = 59.57%
BLUE value IS 4 (1.95% from 255) = 1.44%
R=38.99%
G=59.57%
B=1.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10816540.3500.980.3581.2495.2733.14
Hex6CA542306223515f21
Octal15424544301424312113741
Binary1101100101001011001000110110001010001110100011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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