Html Css Color HEX #71891A Olive Drab

📋 copy color: '#71891A'

red 113 ◦ green 137 ◦ blue 26

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

Shades of Olive Drab #71891A

Tints of Olive Drab #71891A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.64%

 BLUE value IS 26 (10.55% from 255) = 9.42%

R = 40.94%
G = 49.64%
B = 9.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#71891A (or 0x71891A) is known color: Olive Drab. HEX triplet: 71, 89 and 1A. RGB value is (113,137,26). Sum of RGB (Red+Green+Blue) = 113+137+26=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #71891A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71891A is #8E76E5. Grayscale: #757575. Windows color (decimal): -9336550 or 1739121. OLE color: 1739121.

HSL color Cylindrical-coordinate representation of color #71891A: hue angle of 72.97º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71891A is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 26 -
CMYK 0.18 0 0.81 0.46
HSL 72.97º 0.68% 0.32% -
HSV(B) 72.97º 0.81% 0.54% -
XYZ 15.94 21.48 4.28 -
YUV 117.17 76.55 125.03 -
System Red Green Blue C M Y K H S L
Decimal 113 137 26 0.18 0 0.81 0.46 72.97 0.68 0.32
Hex 71 89 1A 12 0 51 2E 49 44 20
Octal 161 211 32 22 0 121 56 111 104 40
Binary 1110001 10001001 11010 10010 0 1010001 101110 1001001 1000100 100000

Color Harmonies of #71891A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71891A

Black with #71891A

Text Example


Text Example

White with #71891A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71891A; }

 p { color: rgb(113,137,26); }

 H1.HeaderClassName
 {
   color: #71891A;
 }
 .AnyTagClassName
 {
   color: #71891A;
 }
</style>

background-color css

<style>
 a { background-color: #71891A; }

 a { background-color: rgb(113,137,26); }

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

border-color css

<style>
 span { border-color: #71891A; }

 span { border-color: rgb(113,137,26); }

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