#637F2B

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

Shades of Olive Drab #637F2B

Tints of Olive Drab #637F2B

Color information

#637F2B (or 0x637F2B) is unknown color: approx Olive Drab. HEX triplet: 63, 7F and 2B. RGB value is (99,127,43). Sum of RGB (Red+Green+Blue) = 99+127+43=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #637F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637F2B is #9C80D4. Grayscale: #6D6D6D. Windows color (decimal): -10256597 or 2850659. OLE color: 2850659.

HSL color Cylindrical-coordinate representation of color #637F2B: hue angle of 80º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #637F2B is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB9912743-
CMYK0.2200.660.50
HSL80º49.41%33.33%-
HSV(B)80º66.14%49.8%-
XYZ13.1718.015.07-
YUV109.0590.72120.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.80%
GREEN value IS 127 (50% from 255) = 47.21%
BLUE value IS 43 (17.19% from 255) = 15.99%
R=36.80%
G=47.21%
B=15.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99127430.2200.660.508049.4133.33
Hex637F2B1604232503121
Octal14317753260102621206141
Binary1100011111111110101110110010000101100101010000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637F2B; }

 p { color: rgb(99,127,43); }

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

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

 a { background-color: rgb(99,127,43); }

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

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

 span { border-color: rgb(99,127,43); }

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