Html Css Color HEX #62832A Olive Drab

📋 copy color: '#62832A'

red 98 ◦ green 131 ◦ blue 42

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

Shades of Olive Drab #62832A

Tints of Olive Drab #62832A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.34%

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 36.16%
G = 48.34%
B = 15.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#62832A (or 0x62832A) is known color: Olive Drab. HEX triplet: 62, 83 and 2A. RGB value is (98,131,42). Sum of RGB (Red+Green+Blue) = 98+131+42=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #62832A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62832A is #9D7CD5. Grayscale: #6F6F6F. Windows color (decimal): -10321110 or 2786146. OLE color: 2786146.

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

Color convert

RGB 98 131 42 -
CMYK 0.25 0 0.68 0.49
HSL 82.25º 0.51% 0.34% -
HSV(B) 82.25º 0.68% 0.51% -
XYZ 13.57 19 5.14 -
YUV 110.99 89.07 118.74 -
System Red Green Blue C M Y K H S L
Decimal 98 131 42 0.25 0 0.68 0.49 82.25 0.51 0.34
Hex 62 83 2A 19 0 44 31 52 33 22
Octal 142 203 52 31 0 104 61 122 63 42
Binary 1100010 10000011 101010 11001 0 1000100 110001 1010010 110011 100010

Color Harmonies of #62832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62832A

Black with #62832A

Text Example


Text Example

White with #62832A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62832A; }

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

 H1.HeaderClassName
 {
   color: #62832A;
 }
 .AnyTagClassName
 {
   color: #62832A;
 }
</style>

background-color css

<style>
 a { background-color: #62832A; }

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

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

border-color css

<style>
 span { border-color: #62832A; }

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

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