Html Css Color HEX #71902F Olive Drab

📋 copy color: '#71902F'

red 113 ◦ green 144 ◦ blue 47

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

Shades of Olive Drab #71902F

Tints of Olive Drab #71902F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 37.17%
G = 47.37%
B = 15.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#71902F (or 0x71902F) is known color: Olive Drab. HEX triplet: 71, 90 and 2F. RGB value is (113,144,47). Sum of RGB (Red+Green+Blue) = 113+144+47=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #71902F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71902F is #8E6FD0. Grayscale: #7C7C7C. Windows color (decimal): -9334737 or 3117169. OLE color: 3117169.

HSL color Cylindrical-coordinate representation of color #71902F: hue angle of 79.18º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71902F is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 144 47 -
CMYK 0.22 0 0.67 0.44
HSL 79.18º 0.51% 0.37% -
HSV(B) 79.18º 0.67% 0.56% -
XYZ 17.3 23.66 6.35 -
YUV 123.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 113 144 47 0.22 0 0.67 0.44 79.18 0.51 0.37
Hex 71 90 2F 16 0 43 2C 4F 33 25
Octal 161 220 57 26 0 103 54 117 63 45
Binary 1110001 10010000 101111 10110 0 1000011 101100 1001111 110011 100101

Color Harmonies of #71902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71902F

Black with #71902F

Text Example


Text Example

White with #71902F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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