Html Css Color HEX #718529 Olive Drab

📋 copy color: '#718529'

red 113 ◦ green 133 ◦ blue 41

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

Shades of Olive Drab #718529

Tints of Olive Drab #718529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

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

R = 39.37%
G = 46.34%
B = 14.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#718529 (or 0x718529) is known color: Olive Drab. HEX triplet: 71, 85 and 29. RGB value is (113,133,41). Sum of RGB (Red+Green+Blue) = 113+133+41=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #718529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718529 is #8E7AD6. Grayscale: #747474. Windows color (decimal): -9337559 or 2721137. OLE color: 2721137.

HSL color Cylindrical-coordinate representation of color #718529: hue angle of 73.04º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #718529 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 41 -
CMYK 0.15 0 0.69 0.48
HSL 73.04º 0.53% 0.34% -
HSV(B) 73.04º 0.69% 0.52% -
XYZ 15.6 20.45 5.22 -
YUV 116.53 85.37 125.48 -
System Red Green Blue C M Y K H S L
Decimal 113 133 41 0.15 0 0.69 0.48 73.04 0.53 0.34
Hex 71 85 29 F 0 45 30 49 35 22
Octal 161 205 51 17 0 105 60 111 65 42
Binary 1110001 10000101 101001 1111 0 1000101 110000 1001001 110101 100010

Color Harmonies of #718529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718529

Black with #718529

Text Example


Text Example

White with #718529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718529; }

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

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

background-color css

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

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

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

border-color css

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

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

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