Html Css Color HEX #62812F Olive Drab

📋 copy color: '#62812F'

red 98 ◦ green 129 ◦ blue 47

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

Shades of Olive Drab #62812F

Tints of Olive Drab #62812F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.08%

 BLUE value IS 47 (18.75% from 255) = 17.15%

R = 35.77%
G = 47.08%
B = 17.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#62812F (or 0x62812F) is known color: Olive Drab. HEX triplet: 62, 81 and 2F. RGB value is (98,129,47). Sum of RGB (Red+Green+Blue) = 98+129+47=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #62812F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62812F is #9D7ED0. Grayscale: #6E6E6E. Windows color (decimal): -10321617 or 3113314. OLE color: 3113314.

HSL color Cylindrical-coordinate representation of color #62812F: hue angle of 82.68º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62812F is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 129 47 -
CMYK 0.24 0 0.64 0.49
HSL 82.68º 0.47% 0.35% -
HSV(B) 82.68º 0.64% 0.51% -
XYZ 13.4 18.5 5.55 -
YUV 110.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 98 129 47 0.24 0 0.64 0.49 82.68 0.47 0.35
Hex 62 81 2F 18 0 40 31 53 2F 23
Octal 142 201 57 30 0 100 61 123 57 43
Binary 1100010 10000001 101111 11000 0 1000000 110001 1010011 101111 100011

Color Harmonies of #62812F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62812F

Black with #62812F

Text Example


Text Example

White with #62812F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62812F; }

 p { color: rgb(98,129,47); }

 H1.HeaderClassName
 {
   color: #62812F;
 }
 .AnyTagClassName
 {
   color: #62812F;
 }
</style>

background-color css

<style>
 a { background-color: #62812F; }

 a { background-color: rgb(98,129,47); }

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

border-color css

<style>
 span { border-color: #62812F; }

 span { border-color: rgb(98,129,47); }

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