#638216

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

Shades of Olive Drab #638216

Tints of Olive Drab #638216

Color information

#638216 (or 0x638216) is unknown color: approx Olive Drab. HEX triplet: 63, 82 and 16. RGB value is (99,130,22). Sum of RGB (Red+Green+Blue) = 99+130+22=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #638216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638216 is #9C7DE9. Grayscale: #6C6C6C. Windows color (decimal): -10255850 or 1475171. OLE color: 1475171.

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

Color convert

RGB9913022-
CMYK0.2400.830.49
HSL77.22º71.05%29.8%-
HSV(B)77.22º83.08%50.98%-
XYZ13.2718.683.66-
YUV108.4279.23121.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.44%
GREEN value IS 130 (51.17% from 255) = 51.79%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=39.44%
G=51.79%
B=8.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130220.2400.830.4977.2271.0529.8
Hex63821618053314d471e
Octal143202263001236111510736
Binary1100011100000101011011000010100111100011001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638216; }

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

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

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

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

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

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

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

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