Html Css Color HEX #718606 Olive

📋 copy color: '#718606'

red 113 ◦ green 134 ◦ blue 6

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

Shades of Olive #718606

Tints of Olive #718606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.37%

R = 44.66%
G = 52.96%
B = 2.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#718606 (or 0x718606) is known color: Olive. HEX triplet: 71, 86 and 06. RGB value is (113,134,6). Sum of RGB (Red+Green+Blue) = 113+134+6=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #718606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718606 is #8E79F9. Grayscale: #717171. Windows color (decimal): -9337338 or 427633. OLE color: 427633.

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

Color convert

RGB 113 134 6 -
CMYK 0.16 0 0.96 0.47
HSL 69.84º 0.91% 0.27% -
HSV(B) 69.84º 0.96% 0.53% -
XYZ 15.37 20.57 3.33 -
YUV 113.13 67.54 127.91 -
System Red Green Blue C M Y K H S L
Decimal 113 134 6 0.16 0 0.96 0.47 69.84 0.91 0.27
Hex 71 86 6 10 0 60 2F 46 5B 1B
Octal 161 206 6 20 0 140 57 106 133 33
Binary 1110001 10000110 110 10000 0 1100000 101111 1000110 1011011 11011

Color Harmonies of #718606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718606

Black with #718606

Text Example


Text Example

White with #718606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718606; }

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

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

background-color css

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

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

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

border-color css

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

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

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