#638E08

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

Shades of Olive Drab #638E08

Tints of Olive Drab #638E08

Color information

#638E08 (or 0x638E08) is unknown color: approx Olive Drab. HEX triplet: 63, 8E and 08. RGB value is (99,142,8). Sum of RGB (Red+Green+Blue) = 99+142+8=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 142 (55.86% from 255 or 57.03% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 142 - color contains mainly: green. Hex color #638E08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638E08 is #9C71F7. Grayscale: #727272. Windows color (decimal): -10252792 or 560739. OLE color: 560739.

HSL color Cylindrical-coordinate representation of color #638E08: hue angle of 79.25º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #638E08 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB991428-
CMYK0.3000.940.44
HSL79.25º89.33%29.41%-
HSV(B)79.25º94.37%55.69%-
XYZ14.8622.023.7-
YUV113.8768.25117.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 142 (55.86% from 255) = 57.03%
BLUE value IS 8 (3.52% from 255) = 3.21%
R=39.76%
G=57.03%
B=3.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9914280.3000.940.4479.2589.3329.41
Hex638E81E05E2C4f591d
Octal143216103601365411713135
Binary110001110001110100011110010111101011001001111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,142,8); }

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

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

 a { background-color: rgb(99,142,8); }

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

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

 span { border-color: rgb(99,142,8); }

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