#638616

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

Shades of Olive Drab #638616

Tints of Olive Drab #638616

Color information

#638616 (or 0x638616) is unknown color: approx Olive Drab. HEX triplet: 63, 86 and 16. RGB value is (99,134,22). Sum of RGB (Red+Green+Blue) = 99+134+22=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #638616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638616 is #9C79E9. Grayscale: #6F6F6F. Windows color (decimal): -10254826 or 1476195. OLE color: 1476195.

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

Color convert

RGB9913422-
CMYK0.2600.840.47
HSL78.75º71.79%30.59%-
HSV(B)78.75º83.58%52.55%-
XYZ13.8219.763.85-
YUV110.7777.9119.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 134 (52.73% from 255) = 52.55%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=38.82%
G=52.55%
B=8.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99134220.2600.840.4778.7571.7930.59
Hex6386161A0542F4f481f
Octal143206263201245711711037
Binary1100011100001101011011010010101001011111001111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638616; }

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

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

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

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

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

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

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

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