#62822E

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

Shades of Olive Drab #62822E

Tints of Olive Drab #62822E

Color information

#62822E (or 0x62822E) is unknown color: approx Olive Drab. HEX triplet: 62, 82 and 2E. RGB value is (98,130,46). Sum of RGB (Red+Green+Blue) = 98+130+46=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #62822E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62822E is #9D7DD1. Grayscale: #6F6F6F. Windows color (decimal): -10321362 or 3048034. OLE color: 3048034.

HSL color Cylindrical-coordinate representation of color #62822E: hue angle of 82.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62822E is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB9813046-
CMYK0.2500.650.49
HSL82.86º47.73%34.51%-
HSV(B)82.86º64.62%50.98%-
XYZ13.5118.765.49-
YUV110.8691.4118.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=35.77%
G=47.45%
B=16.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130460.2500.650.4982.8647.7334.51
Hex62822E1904131533023
Octal14220256310101611236043
Binary11000101000001010111011001010000011100011010011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62822E; }

 p { color: rgb(98,130,46); }

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

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

 a { background-color: rgb(98,130,46); }

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

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

 span { border-color: rgb(98,130,46); }

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