Html Css Color HEX #71852D Olive Drab

📋 copy color: '#71852D'

red 113 ◦ green 133 ◦ blue 45

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

Shades of Olive Drab #71852D

Tints of Olive Drab #71852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 38.83%
G = 45.7%
B = 15.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#71852D (or 0x71852D) is known color: Olive Drab. HEX triplet: 71, 85 and 2D. RGB value is (113,133,45). Sum of RGB (Red+Green+Blue) = 113+133+45=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #71852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71852D is #8E7AD2. Grayscale: #757575. Windows color (decimal): -9337555 or 2983281. OLE color: 2983281.

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

Color convert

RGB 113 133 45 -
CMYK 0.15 0 0.66 0.48
HSL 73.64º 0.49% 0.35% -
HSV(B) 73.64º 0.66% 0.52% -
XYZ 15.67 20.48 5.61 -
YUV 116.99 87.37 125.16 -
System Red Green Blue C M Y K H S L
Decimal 113 133 45 0.15 0 0.66 0.48 73.64 0.49 0.35
Hex 71 85 2D F 0 42 30 4A 31 23
Octal 161 205 55 17 0 102 60 112 61 43
Binary 1110001 10000101 101101 1111 0 1000010 110000 1001010 110001 100011

Color Harmonies of #71852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71852D

Black with #71852D

Text Example


Text Example

White with #71852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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