#638A09

Color #638A09 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #638A09

Tints of Olive Drab #638A09

Color information

#638A09 (or 0x638A09) is unknown color: approx Olive Drab. HEX triplet: 63, 8A and 09. RGB value is (99,138,9). Sum of RGB (Red+Green+Blue) = 99+138+9=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #638A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638A09 is #9C75F6. Grayscale: #707070. Windows color (decimal): -10253815 or 625251. OLE color: 625251.

HSL color Cylindrical-coordinate representation of color #638A09: hue angle of 78.14º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #638A09 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB991389-
CMYK0.2800.930.46
HSL78.14º87.76%28.82%-
HSV(B)78.14º93.48%54.12%-
XYZ14.2820.853.53-
YUV111.6370.08118.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 138 (54.30% from 255) = 56.10%
BLUE value IS 9 (3.91% from 255) = 3.66%
R=40.24%
G=56.10%
B=3.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9913890.2800.930.4678.1487.7628.82
Hex638A91C05D2E4e581d
Octal143212113401355611613035
Binary110001110001010100111100010111011011101001110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638A09; }

 p { color: rgb(99,138,9); }

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

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

 a { background-color: rgb(99,138,9); }

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

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

 span { border-color: rgb(99,138,9); }

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