#649900

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

Shades of Christi #649900

Tints of Christi #649900

Color information

#649900 (or 0x649900) is unknown color: approx Christi. HEX triplet: 64, 99 and 00. RGB value is (100,153,0). Sum of RGB (Red+Green+Blue) = 100+153+0=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 153 (60.16% from 255 or 60.47% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 153 - color contains mainly: green. Hex color #649900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649900 is #9B66FF. Grayscale: #787878. Windows color (decimal): -10184448 or 39268. OLE color: 39268.

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

Color convert

RGB1001530-
CMYK0.35010.4
HSL80.78º100%30%-
HSV(B)80.78º100%60%-
XYZ16.6525.494.04-
YUV119.7160.44113.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.53%
GREEN value IS 153 (60.16% from 255) = 60.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.53%
G=60.47%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10015300.35010.480.7810030
Hex64990230642851641e
Octal14423104301445012114436
Binary1100100100110010100011011001001010001010001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649900; }

 p { color: rgb(100,153,0); }

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

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

 a { background-color: rgb(100,153,0); }

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

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

 span { border-color: rgb(100,153,0); }

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