#627A32

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

Shades of Dark Olive Green #627A32

Tints of Dark Olive Green #627A32

Color information

#627A32 (or 0x627A32) is unknown color: approx Dark Olive Green. HEX triplet: 62, 7A and 32. RGB value is (98,122,50). Sum of RGB (Red+Green+Blue) = 98+122+50=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #627A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627A32 is #9D85CD. Grayscale: #6A6A6A. Windows color (decimal): -10323406 or 3308130. OLE color: 3308130.

HSL color Cylindrical-coordinate representation of color #627A32: hue angle of 80º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #627A32 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB9812250-
CMYK0.2000.590.52
HSL80º41.86%33.73%-
HSV(B)80º59.02%47.84%-
XYZ12.5716.755.59-
YUV106.6296.05121.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 122 (48.05% from 255) = 45.19%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=36.30%
G=45.19%
B=18.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98122500.2000.590.528041.8633.73
Hex627A321403B34502a22
Octal1421726224073641205242
Binary110001011110101100101010001110111101001010000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,122,50); }

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

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

 a { background-color: rgb(98,122,50); }

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

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

 span { border-color: rgb(98,122,50); }

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