Html Css Color HEX #71940F Olive Drab

📋 copy color: '#71940F'

red 113 ◦ green 148 ◦ blue 15

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

Shades of Olive Drab #71940F

Tints of Olive Drab #71940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.62%

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

R = 40.94%
G = 53.62%
B = 5.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#71940F (or 0x71940F) is known color: Olive Drab. HEX triplet: 71, 94 and 0F. RGB value is (113,148,15). Sum of RGB (Red+Green+Blue) = 113+148+15=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #71940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71940F is #8E6BF0. Grayscale: #7A7A7A. Windows color (decimal): -9333745 or 1021041. OLE color: 1021041.

HSL color Cylindrical-coordinate representation of color #71940F: hue angle of 75.79º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71940F is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 15 -
CMYK 0.24 0 0.90 0.42
HSL 75.79º 0.82% 0.32% -
HSV(B) 75.79º 0.9% 0.58% -
XYZ 17.49 24.73 4.3 -
YUV 122.37 67.4 121.31 -
System Red Green Blue C M Y K H S L
Decimal 113 148 15 0.24 0 0.90 0.42 75.79 0.82 0.32
Hex 71 94 F 18 0 5A 2A 4C 52 20
Octal 161 224 17 30 0 132 52 114 122 40
Binary 1110001 10010100 1111 11000 0 1011010 101010 1001100 1010010 100000

Color Harmonies of #71940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71940F

Black with #71940F

Text Example


Text Example

White with #71940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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