Html Css Color HEX #71852E Olive Drab

📋 copy color: '#71852E'

red 113 ◦ green 133 ◦ blue 46

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

Shades of Olive Drab #71852E

Tints of Olive Drab #71852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.75%

R = 38.7%
G = 45.55%
B = 15.75%

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

#71852E (or 0x71852E) is known color: Olive Drab. HEX triplet: 71, 85 and 2E. RGB value is (113,133,46). Sum of RGB (Red+Green+Blue) = 113+133+46=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #71852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71852E is #8E7AD1. Grayscale: #757575. Windows color (decimal): -9337554 or 3048817. OLE color: 3048817.

HSL color Cylindrical-coordinate representation of color #71852E: hue angle of 73.79º degrees, saturation: 0.49, 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 #71852E is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 46 -
CMYK 0.15 0 0.65 0.48
HSL 73.79º 0.49% 0.35% -
HSV(B) 73.79º 0.65% 0.52% -
XYZ 15.69 20.48 5.71 -
YUV 117.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 113 133 46 0.15 0 0.65 0.48 73.79 0.49 0.35
Hex 71 85 2E F 0 41 30 4A 31 23
Octal 161 205 56 17 0 101 60 112 61 43
Binary 1110001 10000101 101110 1111 0 1000001 110000 1001010 110001 100011

Color Harmonies of #71852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71852E

Black with #71852E

Text Example


Text Example

White with #71852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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