Html Css Color HEX #71892F Olive Drab

📋 copy color: '#71892F'

red 113 ◦ green 137 ◦ blue 47

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

Shades of Olive Drab #71892F

Tints of Olive Drab #71892F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 38.05%
G = 46.13%
B = 15.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#71892F (or 0x71892F) is known color: Olive Drab. HEX triplet: 71, 89 and 2F. RGB value is (113,137,47). Sum of RGB (Red+Green+Blue) = 113+137+47=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #71892F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71892F is #8E76D0. Grayscale: #777777. Windows color (decimal): -9336529 or 3115377. OLE color: 3115377.

HSL color Cylindrical-coordinate representation of color #71892F: hue angle of 76º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71892F is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 47 -
CMYK 0.18 0 0.66 0.46
HSL 76º 0.49% 0.36% -
HSV(B) 76º 0.66% 0.54% -
XYZ 16.27 21.61 6 -
YUV 119.56 87.05 123.32 -
System Red Green Blue C M Y K H S L
Decimal 113 137 47 0.18 0 0.66 0.46 76 0.49 0.36
Hex 71 89 2F 12 0 42 2E 4C 31 24
Octal 161 211 57 22 0 102 56 114 61 44
Binary 1110001 10001001 101111 10010 0 1000010 101110 1001100 110001 100100

Color Harmonies of #71892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71892F

Black with #71892F

Text Example


Text Example

White with #71892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71892F; }

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

 H1.HeaderClassName
 {
   color: #71892F;
 }
 .AnyTagClassName
 {
   color: #71892F;
 }
</style>

background-color css

<style>
 a { background-color: #71892F; }

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

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

border-color css

<style>
 span { border-color: #71892F; }

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

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