Html Css Color HEX #71852F Olive Drab

📋 copy color: '#71852F'

red 113 ◦ green 133 ◦ blue 47

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

Shades of Olive Drab #71852F

Tints of Olive Drab #71852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.39%

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

R = 38.57%
G = 45.39%
B = 16.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#71852F (or 0x71852F) is known color: Olive Drab. HEX triplet: 71, 85 and 2F. RGB value is (113,133,47). Sum of RGB (Red+Green+Blue) = 113+133+47=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #71852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71852F is #8E7AD0. Grayscale: #757575. Windows color (decimal): -9337553 or 3114353. OLE color: 3114353.

HSL color Cylindrical-coordinate representation of color #71852F: hue angle of 73.95º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71852F is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 47 -
CMYK 0.15 0 0.65 0.48
HSL 73.95º 0.48% 0.35% -
HSV(B) 73.95º 0.65% 0.52% -
XYZ 15.71 20.49 5.82 -
YUV 117.22 88.37 124.99 -
System Red Green Blue C M Y K H S L
Decimal 113 133 47 0.15 0 0.65 0.48 73.95 0.48 0.35
Hex 71 85 2F F 0 41 30 4A 30 23
Octal 161 205 57 17 0 101 60 112 60 43
Binary 1110001 10000101 101111 1111 0 1000001 110000 1001010 110000 100011

Color Harmonies of #71852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71852F

Black with #71852F

Text Example


Text Example

White with #71852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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