Html Css Color HEX #718433 Olive Drab

📋 copy color: '#718433'

red 113 ◦ green 132 ◦ blue 51

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

Shades of Olive Drab #718433

Tints of Olive Drab #718433

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

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

R = 38.18%
G = 44.59%
B = 17.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#718433 (or 0x718433) is known color: Olive Drab. HEX triplet: 71, 84 and 33. RGB value is (113,132,51). Sum of RGB (Red+Green+Blue) = 113+132+51=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #718433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718433 is #8E7BCC. Grayscale: #757575. Windows color (decimal): -9337805 or 3376241. OLE color: 3376241.

HSL color Cylindrical-coordinate representation of color #718433: hue angle of 74.07º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #718433 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 51 -
CMYK 0.14 0 0.61 0.48
HSL 74.07º 0.44% 0.36% -
HSV(B) 74.07º 0.61% 0.52% -
XYZ 15.66 20.25 6.22 -
YUV 117.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 113 132 51 0.14 0 0.61 0.48 74.07 0.44 0.36
Hex 71 84 33 E 0 3D 30 4A 2C 24
Octal 161 204 63 16 0 75 60 112 54 44
Binary 1110001 10000100 110011 1110 0 111101 110000 1001010 101100 100100

Color Harmonies of #718433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718433

Black with #718433

Text Example


Text Example

White with #718433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718433; }

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

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

background-color css

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

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

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

border-color css

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

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

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