Html Css Color HEX #62821F Olive Drab

📋 copy color: '#62821F'

red 98 ◦ green 130 ◦ blue 31

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

Shades of Olive Drab #62821F

Tints of Olive Drab #62821F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 37.84%
G = 50.19%
B = 11.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#62821F (or 0x62821F) is known color: Olive Drab. HEX triplet: 62, 82 and 1F. RGB value is (98,130,31). Sum of RGB (Red+Green+Blue) = 98+130+31=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #62821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62821F is #9D7DE0. Grayscale: #6D6D6D. Windows color (decimal): -10321377 or 2064994. OLE color: 2064994.

HSL color Cylindrical-coordinate representation of color #62821F: hue angle of 79.39º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62821F is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 130 31 -
CMYK 0.25 0 0.76 0.49
HSL 79.39º 0.61% 0.32% -
HSV(B) 79.39º 0.76% 0.51% -
XYZ 13.27 18.66 4.2 -
YUV 109.15 83.9 120.05 -
System Red Green Blue C M Y K H S L
Decimal 98 130 31 0.25 0 0.76 0.49 79.39 0.61 0.32
Hex 62 82 1F 19 0 4C 31 4F 3D 20
Octal 142 202 37 31 0 114 61 117 75 40
Binary 1100010 10000010 11111 11001 0 1001100 110001 1001111 111101 100000

Color Harmonies of #62821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62821F

Black with #62821F

Text Example


Text Example

White with #62821F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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