Html Css Color HEX #718F28 Olive Drab

📋 copy color: '#718F28'

red 113 ◦ green 143 ◦ blue 40

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

Shades of Olive Drab #718F28

Tints of Olive Drab #718F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.51%

R = 38.18%
G = 48.31%
B = 13.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#718F28 (or 0x718F28) is known color: Olive Drab. HEX triplet: 71, 8F and 28. RGB value is (113,143,40). Sum of RGB (Red+Green+Blue) = 113+143+40=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #718F28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718F28 is #8E70D7. Grayscale: #7A7A7A. Windows color (decimal): -9335000 or 2658161. OLE color: 2658161.

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

Color convert

RGB 113 143 40 -
CMYK 0.21 0 0.72 0.44
HSL 77.48º 0.56% 0.36% -
HSV(B) 77.48º 0.72% 0.56% -
XYZ 17.02 23.31 5.61 -
YUV 122.29 81.56 121.38 -
System Red Green Blue C M Y K H S L
Decimal 113 143 40 0.21 0 0.72 0.44 77.48 0.56 0.36
Hex 71 8F 28 15 0 48 2C 4D 38 24
Octal 161 217 50 25 0 110 54 115 70 44
Binary 1110001 10001111 101000 10101 0 1001000 101100 1001101 111000 100100

Color Harmonies of #718F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F28

Black with #718F28

Text Example


Text Example

White with #718F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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