Html Css Color HEX #71970F Olive Drab

📋 copy color: '#71970F'

red 113 ◦ green 151 ◦ blue 15

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

Shades of Olive Drab #71970F

Tints of Olive Drab #71970F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 54.12%

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

R = 40.5%
G = 54.12%
B = 5.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#71970F (or 0x71970F) is known color: Olive Drab. HEX triplet: 71, 97 and 0F. RGB value is (113,151,15). Sum of RGB (Red+Green+Blue) = 113+151+15=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #71970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71970F is #8E68F0. Grayscale: #7C7C7C. Windows color (decimal): -9332977 or 1021809. OLE color: 1021809.

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

Color convert

RGB 113 151 15 -
CMYK 0.25 0 0.90 0.41
HSL 76.76º 0.82% 0.33% -
HSV(B) 76.76º 0.9% 0.59% -
XYZ 17.96 25.68 4.46 -
YUV 124.13 66.41 120.06 -
System Red Green Blue C M Y K H S L
Decimal 113 151 15 0.25 0 0.90 0.41 76.76 0.82 0.33
Hex 71 97 F 19 0 5A 29 4D 52 21
Octal 161 227 17 31 0 132 51 115 122 41
Binary 1110001 10010111 1111 11001 0 1011010 101001 1001101 1010010 100001

Color Harmonies of #71970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71970F

Black with #71970F

Text Example


Text Example

White with #71970F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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