#639B0A

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

Shades of Christi #639B0A

Tints of Christi #639B0A

Color information

#639B0A (or 0x639B0A) is unknown color: approx Christi. HEX triplet: 63, 9B and 0A. RGB value is (99,155,10). Sum of RGB (Red+Green+Blue) = 99+155+10=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 155 (60.94% from 255 or 58.71% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 155 - color contains mainly: green. Hex color #639B0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639B0A is #9C64F5. Grayscale: #7A7A7A. Windows color (decimal): -10249462 or 695139. OLE color: 695139.

HSL color Cylindrical-coordinate representation of color #639B0A: hue angle of 83.17º 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 #639B0A is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB9915510-
CMYK0.3600.940.39
HSL83.17º87.88%32.35%-
HSV(B)83.17º93.55%60.78%-
XYZ16.9226.124.44-
YUV121.7364.95111.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 155 (60.94% from 255) = 58.71%
BLUE value IS 10 (4.30% from 255) = 3.79%
R=37.5%
G=58.71%
B=3.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99155100.3600.940.3983.1787.8832.35
Hex639BA2405E27535820
Octal143233124401364712313040
Binary11000111001101110101001000101111010011110100111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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