Html Css Color HEX #718706 Olive

📋 copy color: '#718706'

red 113 ◦ green 135 ◦ blue 6

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

Shades of Olive #718706

Tints of Olive #718706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.15%

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

R = 44.49%
G = 53.15%
B = 2.36%

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

#718706 (or 0x718706) is known color: Olive. HEX triplet: 71, 87 and 06. RGB value is (113,135,6). Sum of RGB (Red+Green+Blue) = 113+135+6=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #718706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718706 is #8E78F9. Grayscale: #727272. Windows color (decimal): -9337082 or 427889. OLE color: 427889.

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

Color convert

RGB 113 135 6 -
CMYK 0.16 0 0.96 0.47
HSL 70.23º 0.91% 0.28% -
HSV(B) 70.23º 0.96% 0.53% -
XYZ 15.51 20.85 3.38 -
YUV 113.72 67.21 127.49 -
System Red Green Blue C M Y K H S L
Decimal 113 135 6 0.16 0 0.96 0.47 70.23 0.91 0.28
Hex 71 87 6 10 0 60 2F 46 5B 1C
Octal 161 207 6 20 0 140 57 106 133 34
Binary 1110001 10000111 110 10000 0 1100000 101111 1000110 1011011 11100

Color Harmonies of #718706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718706

Black with #718706

Text Example


Text Example

White with #718706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718706; }

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

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

background-color css

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

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

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

border-color css

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

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

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