Html Css Color HEX #71900D Olive Drab

📋 copy color: '#71900D'

red 113 ◦ green 144 ◦ blue 13

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

Shades of Olive Drab #71900D

Tints of Olive Drab #71900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.33%

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

R = 41.85%
G = 53.33%
B = 4.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#71900D (or 0x71900D) is known color: Olive Drab. HEX triplet: 71, 90 and 0D. RGB value is (113,144,13). Sum of RGB (Red+Green+Blue) = 113+144+13=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #71900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71900D is #8E6FF2. Grayscale: #787878. Windows color (decimal): -9334771 or 888945. OLE color: 888945.

HSL color Cylindrical-coordinate representation of color #71900D: hue angle of 74.2º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71900D is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 144 13 -
CMYK 0.22 0 0.91 0.44
HSL 74.2º 0.83% 0.31% -
HSV(B) 74.2º 0.91% 0.56% -
XYZ 16.86 23.49 4.03 -
YUV 119.8 67.73 123.15 -
System Red Green Blue C M Y K H S L
Decimal 113 144 13 0.22 0 0.91 0.44 74.2 0.83 0.31
Hex 71 90 D 16 0 5B 2C 4A 53 1F
Octal 161 220 15 26 0 133 54 112 123 37
Binary 1110001 10010000 1101 10110 0 1011011 101100 1001010 1010011 11111

Color Harmonies of #71900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71900D

Black with #71900D

Text Example


Text Example

White with #71900D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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