Html Css Color HEX #71862D Olive Drab

📋 copy color: '#71862D'

red 113 ◦ green 134 ◦ blue 45

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

Shades of Olive Drab #71862D

Tints of Olive Drab #71862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.89%

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

R = 38.7%
G = 45.89%
B = 15.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#71862D (or 0x71862D) is known color: Olive Drab. HEX triplet: 71, 86 and 2D. RGB value is (113,134,45). Sum of RGB (Red+Green+Blue) = 113+134+45=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #71862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71862D is #8E79D2. Grayscale: #757575. Windows color (decimal): -9337299 or 2983537. OLE color: 2983537.

HSL color Cylindrical-coordinate representation of color #71862D: hue angle of 74.16º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71862D is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 45 -
CMYK 0.16 0 0.66 0.47
HSL 74.16º 0.5% 0.35% -
HSV(B) 74.16º 0.66% 0.53% -
XYZ 15.81 20.75 5.65 -
YUV 117.58 87.04 124.74 -
System Red Green Blue C M Y K H S L
Decimal 113 134 45 0.16 0 0.66 0.47 74.16 0.5 0.35
Hex 71 86 2D 10 0 42 2F 4A 32 23
Octal 161 206 55 20 0 102 57 112 62 43
Binary 1110001 10000110 101101 10000 0 1000010 101111 1001010 110010 100011

Color Harmonies of #71862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71862D

Black with #71862D

Text Example


Text Example

White with #71862D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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