#638208

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

Shades of Olive Drab #638208

Tints of Olive Drab #638208

Color information

#638208 (or 0x638208) is unknown color: approx Olive Drab. HEX triplet: 63, 82 and 08. RGB value is (99,130,8). Sum of RGB (Red+Green+Blue) = 99+130+8=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #638208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638208 is #9C7DF7. Grayscale: #6B6B6B. Windows color (decimal): -10255864 or 557667. OLE color: 557667.

HSL color Cylindrical-coordinate representation of color #638208: hue angle of 75.25º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #638208 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB991308-
CMYK0.2400.940.49
HSL75.25º88.41%27.06%-
HSV(B)75.25º93.85%50.98%-
XYZ13.1718.643.13-
YUV106.8272.23122.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 130 (51.17% from 255) = 54.85%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=41.77%
G=54.85%
B=3.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9913080.2400.940.4975.2588.4127.06
Hex638281805E314b581b
Octal143202103001366111313033
Binary110001110000010100011000010111101100011001011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638208; }

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

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

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

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

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

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

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

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