#638613

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

Shades of Olive Drab #638613

Tints of Olive Drab #638613

Color information

#638613 (or 0x638613) is unknown color: approx Olive Drab. HEX triplet: 63, 86 and 13. RGB value is (99,134,19). Sum of RGB (Red+Green+Blue) = 99+134+19=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #638613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638613 is #9C79EC. Grayscale: #6E6E6E. Windows color (decimal): -10254829 or 1279587. OLE color: 1279587.

HSL color Cylindrical-coordinate representation of color #638613: hue angle of 78.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #638613 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB9913419-
CMYK0.2600.860.47
HSL78.26º75.16%30%-
HSV(B)78.26º85.82%52.55%-
XYZ13.7919.753.7-
YUV110.4276.4119.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 134 (52.73% from 255) = 53.17%
BLUE value IS 19 (7.81% from 255) = 7.54%
R=39.29%
G=53.17%
B=7.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99134190.2600.860.4778.2675.1630
Hex6386131A0562F4e4b1e
Octal143206233201265711611336
Binary1100011100001101001111010010101101011111001110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638613; }

 p { color: rgb(99,134,19); }

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

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

 a { background-color: rgb(99,134,19); }

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

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

 span { border-color: rgb(99,134,19); }

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