Html Css Color HEX #718725 Olive Drab

📋 copy color: '#718725'

red 113 ◦ green 135 ◦ blue 37

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

Shades of Olive Drab #718725

Tints of Olive Drab #718725

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.37%

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

R = 39.65%
G = 47.37%
B = 12.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#718725 (or 0x718725) is known color: Olive Drab. HEX triplet: 71, 87 and 25. RGB value is (113,135,37). Sum of RGB (Red+Green+Blue) = 113+135+37=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #718725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718725 is #8E78DA. Grayscale: #757575. Windows color (decimal): -9337051 or 2459505. OLE color: 2459505.

HSL color Cylindrical-coordinate representation of color #718725: hue angle of 73.47º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #718725 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 37 -
CMYK 0.16 0 0.73 0.47
HSL 73.47º 0.57% 0.34% -
HSV(B) 73.47º 0.73% 0.53% -
XYZ 15.81 20.97 4.97 -
YUV 117.25 82.71 124.97 -
System Red Green Blue C M Y K H S L
Decimal 113 135 37 0.16 0 0.73 0.47 73.47 0.57 0.34
Hex 71 87 25 10 0 49 2F 49 39 22
Octal 161 207 45 20 0 111 57 111 71 42
Binary 1110001 10000111 100101 10000 0 1001001 101111 1001001 111001 100010

Color Harmonies of #718725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718725

Black with #718725

Text Example


Text Example

White with #718725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718725; }

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

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

background-color css

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

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

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

border-color css

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

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

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