#638C0D

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

Shades of Olive Drab #638C0D

Tints of Olive Drab #638C0D

Color information

#638C0D (or 0x638C0D) is unknown color: approx Olive Drab. HEX triplet: 63, 8C and 0D. RGB value is (99,140,13). Sum of RGB (Red+Green+Blue) = 99+140+13=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 140 (55.08% from 255 or 55.56% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 140 - color contains mainly: green. Hex color #638C0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638C0D is #9C73F2. Grayscale: #717171. Windows color (decimal): -10253299 or 887907. OLE color: 887907.

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

Color convert

RGB9914013-
CMYK0.2900.910.45
HSL79.37º83.01%30%-
HSV(B)79.37º90.71%54.9%-
XYZ14.621.443.75-
YUV113.2671.42117.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 140 (55.08% from 255) = 55.56%
BLUE value IS 13 (5.47% from 255) = 5.16%
R=39.29%
G=55.56%
B=5.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99140130.2900.910.4579.3783.0130
Hex638CD1D05B2D4f531e
Octal143214153501335511712336
Binary110001110001100110111101010110111011011001111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,140,13); }

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

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

 a { background-color: rgb(99,140,13); }

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

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

 span { border-color: rgb(99,140,13); }

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