#638717

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

Shades of Olive Drab #638717

Tints of Olive Drab #638717

Color information

#638717 (or 0x638717) is unknown color: approx Olive Drab. HEX triplet: 63, 87 and 17. RGB value is (99,135,23). Sum of RGB (Red+Green+Blue) = 99+135+23=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #638717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638717 is #9C78E8. Grayscale: #6F6F6F. Windows color (decimal): -10254569 or 1541987. OLE color: 1541987.

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

Color convert

RGB9913523-
CMYK0.2700.830.47
HSL79.29º70.89%30.98%-
HSV(B)79.29º82.96%52.94%-
XYZ13.9620.043.94-
YUV111.4778.07119.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 135 (53.12% from 255) = 52.53%
BLUE value IS 23 (9.38% from 255) = 8.95%
R=38.52%
G=52.53%
B=8.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99135230.2700.830.4779.2970.8930.98
Hex6387171B0532F4f471f
Octal143207273301235711710737
Binary1100011100001111011111011010100111011111001111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638717; }

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

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

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

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

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

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

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

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