#638816

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

Shades of Olive Drab #638816

Tints of Olive Drab #638816

Color information

#638816 (or 0x638816) is unknown color: approx Olive Drab. HEX triplet: 63, 88 and 16. RGB value is (99,136,22). Sum of RGB (Red+Green+Blue) = 99+136+22=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #638816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638816 is #9C77E9. Grayscale: #707070. Windows color (decimal): -10254314 or 1476707. OLE color: 1476707.

HSL color Cylindrical-coordinate representation of color #638816: hue angle of 79.47º 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 #638816 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB9913622-
CMYK0.2700.840.47
HSL79.47º72.15%30.98%-
HSV(B)79.47º83.82%53.33%-
XYZ14.0920.323.94-
YUV111.9477.24118.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 136 (53.52% from 255) = 52.92%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=38.52%
G=52.92%
B=8.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99136220.2700.840.4779.4772.1530.98
Hex6388161B0542F4f481f
Octal143210263301245711711037
Binary1100011100010001011011011010101001011111001111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638816; }

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

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

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

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

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

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

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

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