#638B06

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

Shades of Olive Drab #638B06

Tints of Olive Drab #638B06

Color information

#638B06 (or 0x638B06) is unknown color: approx Olive Drab. HEX triplet: 63, 8B and 06. RGB value is (99,139,6). Sum of RGB (Red+Green+Blue) = 99+139+6=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #638B06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638B06 is #9C74F9. Grayscale: #707070. Windows color (decimal): -10253562 or 428899. OLE color: 428899.

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

Color convert

RGB991396-
CMYK0.2900.960.45
HSL78.05º91.72%28.43%-
HSV(B)78.05º95.68%54.51%-
XYZ14.4121.133.49-
YUV111.8868.25118.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 139 (54.69% from 255) = 56.97%
BLUE value IS 6 (2.73% from 255) = 2.46%
R=40.57%
G=56.97%
B=2.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9913960.2900.960.4578.0591.7228.43
Hex638B61D0602D4e5c1c
Octal14321363501405511613434
Binary11000111000101111011101011000001011011001110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,139,6); }

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

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

 a { background-color: rgb(99,139,6); }

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

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

 span { border-color: rgb(99,139,6); }

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