Html Css Color HEX #71872A Olive Drab

📋 copy color: '#71872A'

red 113 ◦ green 135 ◦ blue 42

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

Shades of Olive Drab #71872A

Tints of Olive Drab #71872A

RGB

 RED value IS 113 (44.53% from 255) = 38.97%

 GREEN value IS 135 (53.13% from 255) = 46.55%

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

R = 38.97%
G = 46.55%
B = 14.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#71872A (or 0x71872A) is known color: Olive Drab. HEX triplet: 71, 87 and 2A. RGB value is (113,135,42). Sum of RGB (Red+Green+Blue) = 113+135+42=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #71872A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71872A is #8E78D5. Grayscale: #767676. Windows color (decimal): -9337046 or 2787185. OLE color: 2787185.

HSL color Cylindrical-coordinate representation of color #71872A: hue angle of 74.19º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71872A is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 42 -
CMYK 0.16 0 0.69 0.47
HSL 74.19º 0.53% 0.35% -
HSV(B) 74.19º 0.69% 0.53% -
XYZ 15.89 21.01 5.41 -
YUV 117.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 113 135 42 0.16 0 0.69 0.47 74.19 0.53 0.35
Hex 71 87 2A 10 0 45 2F 4A 35 23
Octal 161 207 52 20 0 105 57 112 65 43
Binary 1110001 10000111 101010 10000 0 1000101 101111 1001010 110101 100011

Color Harmonies of #71872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71872A

Black with #71872A

Text Example


Text Example

White with #71872A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,135,42); }

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

background-color css

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

 a { background-color: rgb(113,135,42); }

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

border-color css

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

 span { border-color: rgb(113,135,42); }

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