Html Css Color HEX #718707 Olive

📋 copy color: '#718707'

red 113 ◦ green 135 ◦ blue 7

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

Shades of Olive #718707

Tints of Olive #718707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.75%

R = 44.31%
G = 52.94%
B = 2.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#718707 (or 0x718707) is known color: Olive. HEX triplet: 71, 87 and 07. RGB value is (113,135,7). Sum of RGB (Red+Green+Blue) = 113+135+7=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #718707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718707 is #8E78F8. Grayscale: #727272. Windows color (decimal): -9337081 or 493425. OLE color: 493425.

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

Color convert

RGB 113 135 7 -
CMYK 0.16 0 0.95 0.47
HSL 70.31º 0.9% 0.28% -
HSV(B) 70.31º 0.95% 0.53% -
XYZ 15.51 20.85 3.41 -
YUV 113.83 67.71 127.41 -
System Red Green Blue C M Y K H S L
Decimal 113 135 7 0.16 0 0.95 0.47 70.31 0.9 0.28
Hex 71 87 7 10 0 5F 2F 46 5A 1C
Octal 161 207 7 20 0 137 57 106 132 34
Binary 1110001 10000111 111 10000 0 1011111 101111 1000110 1011010 11100

Color Harmonies of #718707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718707

Black with #718707

Text Example


Text Example

White with #718707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718707; }

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

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

background-color css

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

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

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

border-color css

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

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

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