#718B07

Color #718B07 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #718B07

Tints of Olive #718B07

Color information

#718B07 (or 0x718B07) is unknown color: approx Olive. HEX triplet: 71, 8B and 07. RGB value is (113,139,7). Sum of RGB (Red+Green+Blue) = 113+139+7=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #718B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718B07 is #8E74F8. Grayscale: #747474. Windows color (decimal): -9336057 or 494449. OLE color: 494449.

HSL color Cylindrical-coordinate representation of color #718B07: hue angle of 71.82º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #718B07 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB1131397-
CMYK0.1900.950.45
HSL71.82º90.41%28.63%-
HSV(B)71.82º94.96%54.51%-
XYZ16.0821.993.6-
YUV116.1866.39125.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 139 (54.69% from 255) = 53.67%
BLUE value IS 7 (3.12% from 255) = 2.70%
R=43.63%
G=53.67%
B=2.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11313970.1900.950.4571.8290.4128.63
Hex718B71305F2D485a1d
Octal16121372301375511013235
Binary11100011000101111110011010111111011011001000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718B07; }

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

 H1.HeaderClassName
 {
   color: #718B07;
 }
 .AnyTagClassName
 {
   color: #718B07;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #718B07;
 }
 .BgClassName
 {
   background-color: #718B07;
 }
</style>
border-color css

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

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

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