#638D08

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

Shades of Olive Drab #638D08

Tints of Olive Drab #638D08

Color information

#638D08 (or 0x638D08) is unknown color: approx Olive Drab. HEX triplet: 63, 8D and 08. RGB value is (99,141,8). Sum of RGB (Red+Green+Blue) = 99+141+8=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #638D08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638D08 is #9C72F7. Grayscale: #717171. Windows color (decimal): -10253048 or 560483. OLE color: 560483.

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

Color convert

RGB991418-
CMYK0.3000.940.45
HSL78.95º89.26%29.22%-
HSV(B)78.95º94.33%55.29%-
XYZ14.7121.723.65-
YUV113.2868.59117.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 141 (55.47% from 255) = 56.85%
BLUE value IS 8 (3.52% from 255) = 3.23%
R=39.92%
G=56.85%
B=3.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9914180.3000.940.4578.9589.2629.22
Hex638D81E05E2D4f591d
Octal143215103601365511713135
Binary110001110001101100011110010111101011011001111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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