Html Css Color HEX #718434 Olive Drab

📋 copy color: '#718434'

red 113 ◦ green 132 ◦ blue 52

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

Shades of Olive Drab #718434

Tints of Olive Drab #718434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.51%

R = 38.05%
G = 44.44%
B = 17.51%

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

#718434 (or 0x718434) is known color: Olive Drab. HEX triplet: 71, 84 and 34. RGB value is (113,132,52). Sum of RGB (Red+Green+Blue) = 113+132+52=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #718434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718434 is #8E7BCB. Grayscale: #757575. Windows color (decimal): -9337804 or 3441777. OLE color: 3441777.

HSL color Cylindrical-coordinate representation of color #718434: hue angle of 74.25º degrees, saturation: 0.43, 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 #718434 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 52 -
CMYK 0.14 0 0.61 0.48
HSL 74.25º 0.43% 0.36% -
HSV(B) 74.25º 0.61% 0.52% -
XYZ 15.68 20.26 6.33 -
YUV 117.2 91.21 125 -
System Red Green Blue C M Y K H S L
Decimal 113 132 52 0.14 0 0.61 0.48 74.25 0.43 0.36
Hex 71 84 34 E 0 3D 30 4A 2B 24
Octal 161 204 64 16 0 75 60 112 53 44
Binary 1110001 10000100 110100 1110 0 111101 110000 1001010 101011 100100

Color Harmonies of #718434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718434

Black with #718434

Text Example


Text Example

White with #718434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718434; }

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

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

background-color css

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

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

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

border-color css

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

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

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