Html Css Color HEX #718921 Olive Drab

📋 copy color: '#718921'

red 113 ◦ green 137 ◦ blue 33

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

Shades of Olive Drab #718921

Tints of Olive Drab #718921

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.41%

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

R = 39.93%
G = 48.41%
B = 11.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.46

RGB Variations

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

Color information

#718921 (or 0x718921) is known color: Olive Drab. HEX triplet: 71, 89 and 21. RGB value is (113,137,33). Sum of RGB (Red+Green+Blue) = 113+137+33=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #718921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718921 is #8E76DE. Grayscale: #767676. Windows color (decimal): -9336543 or 2197873. OLE color: 2197873.

HSL color Cylindrical-coordinate representation of color #718921: hue angle of 73.85º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #718921 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 33 -
CMYK 0.18 0 0.76 0.46
HSL 73.85º 0.61% 0.33% -
HSV(B) 73.85º 0.76% 0.54% -
XYZ 16.03 21.51 4.75 -
YUV 117.97 80.05 124.46 -
System Red Green Blue C M Y K H S L
Decimal 113 137 33 0.18 0 0.76 0.46 73.85 0.61 0.33
Hex 71 89 21 12 0 4C 2E 4A 3D 21
Octal 161 211 41 22 0 114 56 112 75 41
Binary 1110001 10001001 100001 10010 0 1001100 101110 1001010 111101 100001

Color Harmonies of #718921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718921

Black with #718921

Text Example


Text Example

White with #718921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718921; }

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

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

background-color css

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

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

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

border-color css

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

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

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