Html Css Color HEX #71980D Olive Drab

📋 copy color: '#71980D'

red 113 ◦ green 152 ◦ blue 13

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

Shades of Olive Drab #71980D

Tints of Olive Drab #71980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.68%

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 40.65%
G = 54.68%
B = 4.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#71980D (or 0x71980D) is known color: Olive Drab. HEX triplet: 71, 98 and 0D. RGB value is (113,152,13). Sum of RGB (Red+Green+Blue) = 113+152+13=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #71980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71980D is #8E67F2. Grayscale: #7D7D7D. Windows color (decimal): -9332723 or 890993. OLE color: 890993.

HSL color Cylindrical-coordinate representation of color #71980D: hue angle of 76.83º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71980D is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 13 -
CMYK 0.26 0 0.91 0.40
HSL 76.83º 0.84% 0.32% -
HSV(B) 76.83º 0.91% 0.6% -
XYZ 18.11 26 4.44 -
YUV 124.49 65.08 119.8 -
System Red Green Blue C M Y K H S L
Decimal 113 152 13 0.26 0 0.91 0.40 76.83 0.84 0.32
Hex 71 98 D 1A 0 5B 28 4D 54 20
Octal 161 230 15 32 0 133 50 115 124 40
Binary 1110001 10011000 1101 11010 0 1011011 101000 1001101 1010100 100000

Color Harmonies of #71980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71980D

Black with #71980D

Text Example


Text Example

White with #71980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,152,13); }

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

background-color css

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

 a { background-color: rgb(113,152,13); }

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

border-color css

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

 span { border-color: rgb(113,152,13); }

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