Html Css Color HEX #62841F Olive Drab

📋 copy color: '#62841F'

red 98 ◦ green 132 ◦ blue 31

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

Shades of Olive Drab #62841F

Tints of Olive Drab #62841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.57%

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

R = 37.55%
G = 50.57%
B = 11.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#62841F (or 0x62841F) is known color: Olive Drab. HEX triplet: 62, 84 and 1F. RGB value is (98,132,31). Sum of RGB (Red+Green+Blue) = 98+132+31=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #62841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62841F is #9D7BE0. Grayscale: #6E6E6E. Windows color (decimal): -10320865 or 2065506. OLE color: 2065506.

HSL color Cylindrical-coordinate representation of color #62841F: hue angle of 80.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62841F is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 132 31 -
CMYK 0.26 0 0.77 0.48
HSL 80.2º 0.62% 0.32% -
HSV(B) 80.2º 0.77% 0.52% -
XYZ 13.54 19.2 4.29 -
YUV 110.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 98 132 31 0.26 0 0.77 0.48 80.2 0.62 0.32
Hex 62 84 1F 1A 0 4D 30 50 3E 20
Octal 142 204 37 32 0 115 60 120 76 40
Binary 1100010 10000100 11111 11010 0 1001101 110000 1010000 111110 100000

Color Harmonies of #62841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62841F

Black with #62841F

Text Example


Text Example

White with #62841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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