Html Css Color HEX #718521 Olive Drab

📋 copy color: '#718521'

red 113 ◦ green 133 ◦ blue 33

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

Shades of Olive Drab #718521

Tints of Olive Drab #718521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 40.5%
G = 47.67%
B = 11.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#718521 (or 0x718521) is known color: Olive Drab. HEX triplet: 71, 85 and 21. RGB value is (113,133,33). Sum of RGB (Red+Green+Blue) = 113+133+33=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #718521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718521 is #8E7ADE. Grayscale: #747474. Windows color (decimal): -9337567 or 2196849. OLE color: 2196849.

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

Color convert

RGB 113 133 33 -
CMYK 0.15 0 0.75 0.48
HSL 72º 0.6% 0.33% -
HSV(B) 72º 0.75% 0.52% -
XYZ 15.47 20.4 4.56 -
YUV 115.62 81.37 126.13 -
System Red Green Blue C M Y K H S L
Decimal 113 133 33 0.15 0 0.75 0.48 72 0.6 0.33
Hex 71 85 21 F 0 4B 30 48 3C 21
Octal 161 205 41 17 0 113 60 110 74 41
Binary 1110001 10000101 100001 1111 0 1001011 110000 1001000 111100 100001

Color Harmonies of #718521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718521

Black with #718521

Text Example


Text Example

White with #718521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718521; }

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

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

background-color css

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

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

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

border-color css

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

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

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