Html Css Color HEX #718B25 Olive Drab

📋 copy color: '#718B25'

red 113 ◦ green 139 ◦ blue 37

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

Shades of Olive Drab #718B25

Tints of Olive Drab #718B25

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.1%

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 39.1%
G = 48.1%
B = 12.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#718B25 (or 0x718B25) is known color: Olive Drab. HEX triplet: 71, 8B and 25. RGB value is (113,139,37). Sum of RGB (Red+Green+Blue) = 113+139+37=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #718B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B25 is #8E74DA. Grayscale: #777777. Windows color (decimal): -9336027 or 2460529. OLE color: 2460529.

HSL color Cylindrical-coordinate representation of color #718B25: hue angle of 75.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #718B25 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 139 37 -
CMYK 0.19 0 0.73 0.45
HSL 75.29º 0.58% 0.35% -
HSV(B) 75.29º 0.73% 0.55% -
XYZ 16.38 22.11 5.15 -
YUV 119.6 81.39 123.29 -
System Red Green Blue C M Y K H S L
Decimal 113 139 37 0.19 0 0.73 0.45 75.29 0.58 0.35
Hex 71 8B 25 13 0 49 2D 4B 3A 23
Octal 161 213 45 23 0 111 55 113 72 43
Binary 1110001 10001011 100101 10011 0 1001001 101101 1001011 111010 100011

Color Harmonies of #718B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B25

Black with #718B25

Text Example


Text Example

White with #718B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,139,37); }

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

background-color css

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

 a { background-color: rgb(113,139,37); }

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

border-color css

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

 span { border-color: rgb(113,139,37); }

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