Html Css Color HEX #718534 Olive Drab

📋 copy color: '#718534'

red 113 ◦ green 133 ◦ blue 52

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

Shades of Olive Drab #718534

Tints of Olive Drab #718534

RGB

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

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

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

R = 37.92%
G = 44.63%
B = 17.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#718534 (or 0x718534) is known color: Olive Drab. HEX triplet: 71, 85 and 34. RGB value is (113,133,52). Sum of RGB (Red+Green+Blue) = 113+133+52=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #718534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718534 is #8E7ACB. Grayscale: #767676. Windows color (decimal): -9337548 or 3442033. OLE color: 3442033.

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

Color convert

RGB 113 133 52 -
CMYK 0.15 0 0.61 0.48
HSL 74.81º 0.44% 0.36% -
HSV(B) 74.81º 0.61% 0.52% -
XYZ 15.82 20.53 6.38 -
YUV 117.79 90.87 124.59 -
System Red Green Blue C M Y K H S L
Decimal 113 133 52 0.15 0 0.61 0.48 74.81 0.44 0.36
Hex 71 85 34 F 0 3D 30 4B 2C 24
Octal 161 205 64 17 0 75 60 113 54 44
Binary 1110001 10000101 110100 1111 0 111101 110000 1001011 101100 100100

Color Harmonies of #718534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718534

Black with #718534

Text Example


Text Example

White with #718534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718534; }

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

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

background-color css

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

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

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

border-color css

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

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

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