Html Css Color HEX #71891B Olive Drab

📋 copy color: '#71891B'

red 113 ◦ green 137 ◦ blue 27

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

Shades of Olive Drab #71891B

Tints of Olive Drab #71891B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.75%

R = 40.79%
G = 49.46%
B = 9.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#71891B (or 0x71891B) is known color: Olive Drab. HEX triplet: 71, 89 and 1B. RGB value is (113,137,27). Sum of RGB (Red+Green+Blue) = 113+137+27=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #71891B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71891B is #8E76E4. Grayscale: #757575. Windows color (decimal): -9336549 or 1804657. OLE color: 1804657.

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

Color convert

RGB 113 137 27 -
CMYK 0.18 0 0.80 0.46
HSL 73.09º 0.67% 0.32% -
HSV(B) 73.09º 0.8% 0.54% -
XYZ 15.95 21.48 4.34 -
YUV 117.28 77.05 124.94 -
System Red Green Blue C M Y K H S L
Decimal 113 137 27 0.18 0 0.80 0.46 73.09 0.67 0.32
Hex 71 89 1B 12 0 50 2E 49 43 20
Octal 161 211 33 22 0 120 56 111 103 40
Binary 1110001 10001001 11011 10010 0 1010000 101110 1001001 1000011 100000

Color Harmonies of #71891B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71891B

Black with #71891B

Text Example


Text Example

White with #71891B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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