Html Css Color HEX #718F29 Olive Drab

📋 copy color: '#718F29'

red 113 ◦ green 143 ◦ blue 41

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

Shades of Olive Drab #718F29

Tints of Olive Drab #718F29

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.15%

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 38.05%
G = 48.15%
B = 13.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#718F29 (or 0x718F29) is known color: Olive Drab. HEX triplet: 71, 8F and 29. RGB value is (113,143,41). Sum of RGB (Red+Green+Blue) = 113+143+41=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #718F29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718F29 is #8E70D6. Grayscale: #7A7A7A. Windows color (decimal): -9334999 or 2723697. OLE color: 2723697.

HSL color Cylindrical-coordinate representation of color #718F29: hue angle of 77.65º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #718F29 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 143 41 -
CMYK 0.21 0 0.71 0.44
HSL 77.65º 0.55% 0.36% -
HSV(B) 77.65º 0.71% 0.56% -
XYZ 17.03 23.32 5.7 -
YUV 122.4 82.06 121.29 -
System Red Green Blue C M Y K H S L
Decimal 113 143 41 0.21 0 0.71 0.44 77.65 0.55 0.36
Hex 71 8F 29 15 0 47 2C 4E 37 24
Octal 161 217 51 25 0 107 54 116 67 44
Binary 1110001 10001111 101001 10101 0 1000111 101100 1001110 110111 100100

Color Harmonies of #718F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F29

Black with #718F29

Text Example


Text Example

White with #718F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718F29; }

 p { color: rgb(113,143,41); }

 H1.HeaderClassName
 {
   color: #718F29;
 }
 .AnyTagClassName
 {
   color: #718F29;
 }
</style>

background-color css

<style>
 a { background-color: #718F29; }

 a { background-color: rgb(113,143,41); }

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

border-color css

<style>
 span { border-color: #718F29; }

 span { border-color: rgb(113,143,41); }

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