Html Css Color HEX #71892D Olive Drab

📋 copy color: '#71892D'

red 113 ◦ green 137 ◦ blue 45

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

Shades of Olive Drab #71892D

Tints of Olive Drab #71892D

RGB

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

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

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

R = 38.31%
G = 46.44%
B = 15.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#71892D (or 0x71892D) is known color: Olive Drab. HEX triplet: 71, 89 and 2D. RGB value is (113,137,45). Sum of RGB (Red+Green+Blue) = 113+137+45=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #71892D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71892D is #8E76D2. Grayscale: #777777. Windows color (decimal): -9336531 or 2984305. OLE color: 2984305.

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

Color convert

RGB 113 137 45 -
CMYK 0.18 0 0.67 0.46
HSL 75.65º 0.51% 0.36% -
HSV(B) 75.65º 0.67% 0.54% -
XYZ 16.23 21.59 5.79 -
YUV 119.34 86.05 123.48 -
System Red Green Blue C M Y K H S L
Decimal 113 137 45 0.18 0 0.67 0.46 75.65 0.51 0.36
Hex 71 89 2D 12 0 43 2E 4C 33 24
Octal 161 211 55 22 0 103 56 114 63 44
Binary 1110001 10001001 101101 10010 0 1000011 101110 1001100 110011 100100

Color Harmonies of #71892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71892D

Black with #71892D

Text Example


Text Example

White with #71892D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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