Html Css Color HEX #71960D Olive Drab

📋 copy color: '#71960D'

red 113 ◦ green 150 ◦ blue 13

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

Shades of Olive Drab #71960D

Tints of Olive Drab #71960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.35%

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

R = 40.94%
G = 54.35%
B = 4.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#71960D (or 0x71960D) is known color: Olive Drab. HEX triplet: 71, 96 and 0D. RGB value is (113,150,13). Sum of RGB (Red+Green+Blue) = 113+150+13=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #71960D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71960D is #8E69F2. Grayscale: #7B7B7B. Windows color (decimal): -9333235 or 890481. OLE color: 890481.

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

Color convert

RGB 113 150 13 -
CMYK 0.25 0 0.91 0.41
HSL 76.2º 0.84% 0.32% -
HSV(B) 76.2º 0.91% 0.59% -
XYZ 17.79 25.35 4.34 -
YUV 123.32 65.74 120.64 -
System Red Green Blue C M Y K H S L
Decimal 113 150 13 0.25 0 0.91 0.41 76.2 0.84 0.32
Hex 71 96 D 19 0 5B 29 4C 54 20
Octal 161 226 15 31 0 133 51 114 124 40
Binary 1110001 10010110 1101 11001 0 1011011 101001 1001100 1010100 100000

Color Harmonies of #71960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71960D

Black with #71960D

Text Example


Text Example

White with #71960D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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