#638718

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

Shades of Olive Drab #638718

Tints of Olive Drab #638718

Color information

#638718 (or 0x638718) is unknown color: approx Olive Drab. HEX triplet: 63, 87 and 18. RGB value is (99,135,24). Sum of RGB (Red+Green+Blue) = 99+135+24=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #638718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638718 is #9C78E7. Grayscale: #6F6F6F. Windows color (decimal): -10254568 or 1607523. OLE color: 1607523.

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

Color convert

RGB9913524-
CMYK0.2700.820.47
HSL79.46º69.81%31.18%-
HSV(B)79.46º82.22%52.94%-
XYZ13.9720.054-
YUV111.5878.57119.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 135 (53.12% from 255) = 52.33%
BLUE value IS 24 (9.77% from 255) = 9.30%
R=38.37%
G=52.33%
B=9.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99135240.2700.820.4779.4669.8131.18
Hex6387181B0522F4f461f
Octal143207303301225711710637
Binary1100011100001111100011011010100101011111001111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638718; }

 p { color: rgb(99,135,24); }

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

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

 a { background-color: rgb(99,135,24); }

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

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

 span { border-color: rgb(99,135,24); }

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