#6CA500

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

Shades of Christi #6CA500

Tints of Christi #6CA500

Color information

#6CA500 (or 0x6CA500) is unknown color: approx Christi. HEX triplet: 6C, A5 and 00. RGB value is (108,165,0). Sum of RGB (Red+Green+Blue) = 108+165+0=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 165 (64.84% from 255 or 60.44% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA500 is #935AFF. Grayscale: #818181. Windows color (decimal): -9657088 or 42348. OLE color: 42348.

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

Color convert

RGB1081650-
CMYK0.35010.35
HSL80.73º100%32.35%-
HSV(B)80.73º100%64.71%-
XYZ19.6430.14.77-
YUV129.1555.12112.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.56%
GREEN value IS 165 (64.84% from 255) = 60.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.56%
G=60.44%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10816500.35010.3580.7310032.35
Hex6CA502306423516420
Octal15424504301444312114440
Binary11011001010010101000110110010010001110100011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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