Html Css Color HEX #71852C Olive Drab

📋 copy color: '#71852C'

red 113 ◦ green 133 ◦ blue 44

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

Shades of Olive Drab #71852C

Tints of Olive Drab #71852C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 38.97%
G = 45.86%
B = 15.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#71852C (or 0x71852C) is known color: Olive Drab. HEX triplet: 71, 85 and 2C. RGB value is (113,133,44). Sum of RGB (Red+Green+Blue) = 113+133+44=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #71852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71852C is #8E7AD3. Grayscale: #757575. Windows color (decimal): -9337556 or 2917745. OLE color: 2917745.

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

Color convert

RGB 113 133 44 -
CMYK 0.15 0 0.67 0.48
HSL 73.48º 0.5% 0.35% -
HSV(B) 73.48º 0.67% 0.52% -
XYZ 15.65 20.47 5.51 -
YUV 116.87 86.87 125.24 -
System Red Green Blue C M Y K H S L
Decimal 113 133 44 0.15 0 0.67 0.48 73.48 0.5 0.35
Hex 71 85 2C F 0 43 30 49 32 23
Octal 161 205 54 17 0 103 60 111 62 43
Binary 1110001 10000101 101100 1111 0 1000011 110000 1001001 110010 100011

Color Harmonies of #71852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71852C

Black with #71852C

Text Example


Text Example

White with #71852C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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