#638713

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

Shades of Olive Drab #638713

Tints of Olive Drab #638713

Color information

#638713 (or 0x638713) is unknown color: approx Olive Drab. HEX triplet: 63, 87 and 13. RGB value is (99,135,19). Sum of RGB (Red+Green+Blue) = 99+135+19=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #638713 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638713 is #9C78EC. Grayscale: #6F6F6F. Windows color (decimal): -10254573 or 1279843. OLE color: 1279843.

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

Color convert

RGB9913519-
CMYK0.2700.860.47
HSL78.62º75.32%30.2%-
HSV(B)78.62º85.93%52.94%-
XYZ13.9320.033.75-
YUV111.0176.07119.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.13%
GREEN value IS 135 (53.12% from 255) = 53.36%
BLUE value IS 19 (7.81% from 255) = 7.51%
R=39.13%
G=53.36%
B=7.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99135190.2700.860.4778.6275.3230.2
Hex6387131B0562F4f4b1e
Octal143207233301265711711336
Binary1100011100001111001111011010101101011111001111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638713; }

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

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

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

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

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

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

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

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