#649B0A

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

Shades of Christi #649B0A

Tints of Christi #649B0A

Color information

#649B0A (or 0x649B0A) is unknown color: approx Christi. HEX triplet: 64, 9B and 0A. RGB value is (100,155,10). Sum of RGB (Red+Green+Blue) = 100+155+10=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 155 (60.94% from 255 or 58.49% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 155 - color contains mainly: green. Hex color #649B0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649B0A is #9B64F5. Grayscale: #7A7A7A. Windows color (decimal): -10183926 or 695140. OLE color: 695140.

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

Color convert

RGB10015510-
CMYK0.3500.940.39
HSL82.76º87.88%32.35%-
HSV(B)82.76º93.55%60.78%-
XYZ17.0326.174.44-
YUV122.0264.78112.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 155 (60.94% from 255) = 58.49%
BLUE value IS 10 (4.30% from 255) = 3.77%
R=37.74%
G=58.49%
B=3.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100155100.3500.940.3982.7687.8832.35
Hex649BA2305E27535820
Octal144233124301364712313040
Binary11001001001101110101000110101111010011110100111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,155,10); }

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

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

 a { background-color: rgb(100,155,10); }

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

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

 span { border-color: rgb(100,155,10); }

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