Html Css Color HEX #718933 Olive Drab

📋 copy color: '#718933'

red 113 ◦ green 137 ◦ blue 51

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

Shades of Olive Drab #718933

Tints of Olive Drab #718933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.94%

R = 37.54%
G = 45.51%
B = 16.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#718933 (or 0x718933) is known color: Olive Drab. HEX triplet: 71, 89 and 33. RGB value is (113,137,51). Sum of RGB (Red+Green+Blue) = 113+137+51=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #718933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718933 is #8E76CC. Grayscale: #787878. Windows color (decimal): -9336525 or 3377521. OLE color: 3377521.

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

Color convert

RGB 113 137 51 -
CMYK 0.18 0 0.63 0.46
HSL 76.74º 0.46% 0.37% -
HSV(B) 76.74º 0.63% 0.54% -
XYZ 16.35 21.64 6.45 -
YUV 120.02 89.05 122.99 -
System Red Green Blue C M Y K H S L
Decimal 113 137 51 0.18 0 0.63 0.46 76.74 0.46 0.37
Hex 71 89 33 12 0 3F 2E 4D 2E 25
Octal 161 211 63 22 0 77 56 115 56 45
Binary 1110001 10001001 110011 10010 0 111111 101110 1001101 101110 100101

Color Harmonies of #718933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718933

Black with #718933

Text Example


Text Example

White with #718933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718933; }

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

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

background-color css

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

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

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

border-color css

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

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

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