Html Css Color HEX #71960F Olive Drab

📋 copy color: '#71960F'

red 113 ◦ green 150 ◦ blue 15

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

Shades of Olive Drab #71960F

Tints of Olive Drab #71960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 40.65%
G = 53.96%
B = 5.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#71960F (or 0x71960F) is known color: Olive Drab. HEX triplet: 71, 96 and 0F. RGB value is (113,150,15). Sum of RGB (Red+Green+Blue) = 113+150+15=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #71960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71960F is #8E69F0. Grayscale: #7C7C7C. Windows color (decimal): -9333233 or 1021553. OLE color: 1021553.

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

Color convert

RGB 113 150 15 -
CMYK 0.25 0 0.9 0.41
HSL 76.44º 0.82% 0.32% -
HSV(B) 76.44º 0.9% 0.59% -
XYZ 17.8 25.36 4.41 -
YUV 123.55 66.74 120.48 -
System Red Green Blue C M Y K H S L
Decimal 113 150 15 0.25 0 0.9 0.41 76.44 0.82 0.32
Hex 71 96 F 19 0 5A 29 4C 52 20
Octal 161 226 17 31 0 132 51 114 122 40
Binary 1110001 10010110 1111 11001 0 1011010 101001 1001100 1010010 100000

Color Harmonies of #71960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71960F

Black with #71960F

Text Example


Text Example

White with #71960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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