#638712

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

Shades of Olive Drab #638712

Tints of Olive Drab #638712

Color information

#638712 (or 0x638712) is unknown color: approx Olive Drab. HEX triplet: 63, 87 and 12. RGB value is (99,135,18). Sum of RGB (Red+Green+Blue) = 99+135+18=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #638712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638712 is #9C78ED. Grayscale: #6F6F6F. Windows color (decimal): -10254574 or 1214307. OLE color: 1214307.

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

Color convert

RGB9913518-
CMYK0.2700.870.47
HSL78.46º76.47%30%-
HSV(B)78.46º86.67%52.94%-
XYZ13.9220.023.7-
YUV110.975.57119.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 135 (53.12% from 255) = 53.57%
BLUE value IS 18 (7.42% from 255) = 7.14%
R=39.29%
G=53.57%
B=7.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99135180.2700.870.4778.4676.4730
Hex6387121B0572F4e4c1e
Octal143207223301275711611436
Binary1100011100001111001011011010101111011111001110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638712; }

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

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

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

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

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

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

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

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