#649C07

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

Shades of Christi #649C07

Tints of Christi #649C07

Color information

#649C07 (or 0x649C07) is unknown color: approx Christi. HEX triplet: 64, 9C and 07. RGB value is (100,156,7). Sum of RGB (Red+Green+Blue) = 100+156+7=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 156 (61.33% from 255 or 59.32% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 156 - color contains mainly: green. Hex color #649C07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649C07 is #9B63F8. Grayscale: #7A7A7A. Windows color (decimal): -10183673 or 498788. OLE color: 498788.

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

Color convert

RGB1001567-
CMYK0.3600.960.39
HSL82.55º91.41%31.96%-
HSV(B)82.55º95.51%61.18%-
XYZ17.1826.54.41-
YUV122.2762.95112.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.02%
GREEN value IS 156 (61.33% from 255) = 59.32%
BLUE value IS 7 (3.12% from 255) = 2.66%
R=38.02%
G=59.32%
B=2.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10015670.3600.960.3982.5591.4131.96
Hex649C72406027535b20
Octal14423474401404712313340
Binary1100100100111001111001000110000010011110100111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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