Html Css Color HEX #62861F Olive Drab

📋 copy color: '#62861F'

red 98 ◦ green 134 ◦ blue 31

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

Shades of Olive Drab #62861F

Tints of Olive Drab #62861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.95%

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

R = 37.26%
G = 50.95%
B = 11.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#62861F (or 0x62861F) is known color: Olive Drab. HEX triplet: 62, 86 and 1F. RGB value is (98,134,31). Sum of RGB (Red+Green+Blue) = 98+134+31=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #62861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62861F is #9D79E0. Grayscale: #6F6F6F. Windows color (decimal): -10320353 or 2066018. OLE color: 2066018.

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

Color convert

RGB 98 134 31 -
CMYK 0.27 0 0.77 0.47
HSL 80.97º 0.62% 0.32% -
HSV(B) 80.97º 0.77% 0.53% -
XYZ 13.81 19.75 4.38 -
YUV 111.49 82.57 118.38 -
System Red Green Blue C M Y K H S L
Decimal 98 134 31 0.27 0 0.77 0.47 80.97 0.62 0.32
Hex 62 86 1F 1B 0 4D 2F 51 3E 20
Octal 142 206 37 33 0 115 57 121 76 40
Binary 1100010 10000110 11111 11011 0 1001101 101111 1010001 111110 100000

Color Harmonies of #62861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62861F

Black with #62861F

Text Example


Text Example

White with #62861F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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