Html Css Color HEX #718627 Olive Drab

📋 copy color: '#718627'

red 113 ◦ green 134 ◦ blue 39

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

Shades of Olive Drab #718627

Tints of Olive Drab #718627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 39.51%
G = 46.85%
B = 13.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#718627 (or 0x718627) is known color: Olive Drab. HEX triplet: 71, 86 and 27. RGB value is (113,134,39). Sum of RGB (Red+Green+Blue) = 113+134+39=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #718627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718627 is #8E79D8. Grayscale: #757575. Windows color (decimal): -9337305 or 2590321. OLE color: 2590321.

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

Color convert

RGB 113 134 39 -
CMYK 0.16 0 0.71 0.47
HSL 73.26º 0.55% 0.34% -
HSV(B) 73.26º 0.71% 0.53% -
XYZ 15.7 20.71 5.09 -
YUV 116.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 113 134 39 0.16 0 0.71 0.47 73.26 0.55 0.34
Hex 71 86 27 10 0 47 2F 49 37 22
Octal 161 206 47 20 0 107 57 111 67 42
Binary 1110001 10000110 100111 10000 0 1000111 101111 1001001 110111 100010

Color Harmonies of #718627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718627

Black with #718627

Text Example


Text Example

White with #718627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718627; }

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

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

background-color css

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

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

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

border-color css

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

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

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