#627F2A

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

Shades of Olive Drab #627F2A

Tints of Olive Drab #627F2A

Color information

#627F2A (or 0x627F2A) is unknown color: approx Olive Drab. HEX triplet: 62, 7F and 2A. RGB value is (98,127,42). Sum of RGB (Red+Green+Blue) = 98+127+42=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #627F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627F2A is #9D80D5. Grayscale: #6C6C6C. Windows color (decimal): -10322134 or 2785122. OLE color: 2785122.

HSL color Cylindrical-coordinate representation of color #627F2A: hue angle of 80.47º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #627F2A is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB9812742-
CMYK0.2300.670.50
HSL80.47º50.3%33.14%-
HSV(B)80.47º66.93%49.8%-
XYZ13.0417.944.97-
YUV108.6490.39120.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 127 (50% from 255) = 47.57%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=36.70%
G=47.57%
B=15.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98127420.2300.670.5080.4750.333.14
Hex627F2A1704332503221
Octal14217752270103621206241
Binary1100010111111110101010111010000111100101010000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627F2A; }

 p { color: rgb(98,127,42); }

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

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

 a { background-color: rgb(98,127,42); }

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

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

 span { border-color: rgb(98,127,42); }

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