#649C00

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

Shades of Christi #649C00

Tints of Christi #649C00

Color information

#649C00 (or 0x649C00) is unknown color: approx Christi. HEX triplet: 64, 9C and 00. RGB value is (100,156,0). Sum of RGB (Red+Green+Blue) = 100+156+0=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 156 (61.33% from 255 or 60.94% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 156 - color contains mainly: green. Hex color #649C00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649C00 is #9B63FF. Grayscale: #7A7A7A. Windows color (decimal): -10183680 or 40036. OLE color: 40036.

HSL color Cylindrical-coordinate representation of color #649C00: hue angle of 81.54º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #649C00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB1001560-
CMYK0.36010.39
HSL81.54º100%30.59%-
HSV(B)81.54º100%61.18%-
XYZ17.1426.494.21-
YUV121.4759.45112.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.06%
GREEN value IS 156 (61.33% from 255) = 60.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.06%
G=60.94%
B=0%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10015600.36010.3981.5410030.59
Hex649C0240642752641f
Octal14423404401444712214437
Binary1100100100111000100100011001001001111010010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649C00; }

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

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

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

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

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

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

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

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