Html Css Color HEX #718525 Olive Drab

📋 copy color: '#718525'

red 113 ◦ green 133 ◦ blue 37

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

Shades of Olive Drab #718525

Tints of Olive Drab #718525

RGB

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

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

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

R = 39.93%
G = 47%
B = 13.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#718525 (or 0x718525) is known color: Olive Drab. HEX triplet: 71, 85 and 25. RGB value is (113,133,37). Sum of RGB (Red+Green+Blue) = 113+133+37=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #718525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718525 is #8E7ADA. Grayscale: #747474. Windows color (decimal): -9337563 or 2458993. OLE color: 2458993.

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

Color convert

RGB 113 133 37 -
CMYK 0.15 0 0.72 0.48
HSL 72.5º 0.56% 0.33% -
HSV(B) 72.5º 0.72% 0.52% -
XYZ 15.53 20.42 4.87 -
YUV 116.08 83.37 125.81 -
System Red Green Blue C M Y K H S L
Decimal 113 133 37 0.15 0 0.72 0.48 72.5 0.56 0.33
Hex 71 85 25 F 0 48 30 48 38 21
Octal 161 205 45 17 0 110 60 110 70 41
Binary 1110001 10000101 100101 1111 0 1001000 110000 1001000 111000 100001

Color Harmonies of #718525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718525

Black with #718525

Text Example


Text Example

White with #718525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718525; }

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

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

background-color css

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

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

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

border-color css

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

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

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