Html Css Color HEX #71872F Olive Drab

📋 copy color: '#71872F'

red 113 ◦ green 135 ◦ blue 47

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

Shades of Olive Drab #71872F

Tints of Olive Drab #71872F

RGB

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

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

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

R = 38.31%
G = 45.76%
B = 15.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#71872F (or 0x71872F) is known color: Olive Drab. HEX triplet: 71, 87 and 2F. RGB value is (113,135,47). Sum of RGB (Red+Green+Blue) = 113+135+47=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #71872F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71872F is #8E78D0. Grayscale: #767676. Windows color (decimal): -9337041 or 3114865. OLE color: 3114865.

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

Color convert

RGB 113 135 47 -
CMYK 0.16 0 0.65 0.47
HSL 75º 0.48% 0.36% -
HSV(B) 75º 0.65% 0.53% -
XYZ 15.99 21.04 5.91 -
YUV 118.39 87.71 124.16 -
System Red Green Blue C M Y K H S L
Decimal 113 135 47 0.16 0 0.65 0.47 75 0.48 0.36
Hex 71 87 2F 10 0 41 2F 4B 30 24
Octal 161 207 57 20 0 101 57 113 60 44
Binary 1110001 10000111 101111 10000 0 1000001 101111 1001011 110000 100100

Color Harmonies of #71872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71872F

Black with #71872F

Text Example


Text Example

White with #71872F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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