Html Css Color HEX #718633 Olive Drab

📋 copy color: '#718633'

red 113 ◦ green 134 ◦ blue 51

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

Shades of Olive Drab #718633

Tints of Olive Drab #718633

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.97%

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

R = 37.92%
G = 44.97%
B = 17.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#718633 (or 0x718633) is known color: Olive Drab. HEX triplet: 71, 86 and 33. RGB value is (113,134,51). Sum of RGB (Red+Green+Blue) = 113+134+51=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #718633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718633 is #8E79CC. Grayscale: #767676. Windows color (decimal): -9337293 or 3376753. OLE color: 3376753.

HSL color Cylindrical-coordinate representation of color #718633: hue angle of 75.18º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #718633 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 51 -
CMYK 0.16 0 0.62 0.47
HSL 75.18º 0.45% 0.36% -
HSV(B) 75.18º 0.62% 0.53% -
XYZ 15.93 20.8 6.31 -
YUV 118.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 113 134 51 0.16 0 0.62 0.47 75.18 0.45 0.36
Hex 71 86 33 10 0 3E 2F 4B 2D 24
Octal 161 206 63 20 0 76 57 113 55 44
Binary 1110001 10000110 110011 10000 0 111110 101111 1001011 101101 100100

Color Harmonies of #718633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718633

Black with #718633

Text Example


Text Example

White with #718633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718633; }

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

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

background-color css

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

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

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

border-color css

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

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

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