Html Css Color HEX #62822D Olive Drab

📋 copy color: '#62822D'

red 98 ◦ green 130 ◦ blue 45

#62822D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #62822D

Tints of Olive Drab #62822D

RGB

 RED value IS 98 (38.67% from 255) = 35.9%

 GREEN value IS 130 (51.17% from 255) = 47.62%

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 35.9%
G = 47.62%
B = 16.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#62822D (or 0x62822D) is known color: Olive Drab. HEX triplet: 62, 82 and 2D. RGB value is (98,130,45). Sum of RGB (Red+Green+Blue) = 98+130+45=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #62822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62822D is #9D7DD2. Grayscale: #6F6F6F. Windows color (decimal): -10321363 or 2982498. OLE color: 2982498.

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

Color convert

RGB 98 130 45 -
CMYK 0.25 0 0.65 0.49
HSL 82.59º 0.49% 0.34% -
HSV(B) 82.59º 0.65% 0.51% -
XYZ 13.49 18.75 5.39 -
YUV 110.74 90.9 118.91 -
System Red Green Blue C M Y K H S L
Decimal 98 130 45 0.25 0 0.65 0.49 82.59 0.49 0.34
Hex 62 82 2D 19 0 41 31 53 31 22
Octal 142 202 55 31 0 101 61 123 61 42
Binary 1100010 10000010 101101 11001 0 1000001 110001 1010011 110001 100010

Color Harmonies of #62822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62822D

Black with #62822D

Text Example


Text Example

White with #62822D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62822D;
 }
 .AnyTagClassName
 {
   color: #62822D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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