#687A07

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

Shades of Olive #687A07

Tints of Olive #687A07

Color information

#687A07 (or 0x687A07) is unknown color: approx Olive. HEX triplet: 68, 7A and 07. RGB value is (104,122,7). Sum of RGB (Red+Green+Blue) = 104+122+7=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #687A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687A07 is #9785F8. Grayscale: #676767. Windows color (decimal): -9930233 or 490088. OLE color: 490088.

HSL color Cylindrical-coordinate representation of color #687A07: hue angle of 69.39º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #687A07 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB1041227-
CMYK0.1500.940.52
HSL69.39º89.15%25.29%-
HSV(B)69.39º94.26%47.84%-
XYZ12.7116.882.79-
YUV103.5173.54128.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 122 (48.05% from 255) = 52.36%
BLUE value IS 7 (3.12% from 255) = 3.00%
R=44.64%
G=52.36%
B=3.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10412270.1500.940.5269.3989.1525.29
Hex687A7F05E34455919
Octal15017271701366410513131
Binary110100011110101111111010111101101001000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687A07; }

 p { color: rgb(104,122,7); }

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

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

 a { background-color: rgb(104,122,7); }

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

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

 span { border-color: rgb(104,122,7); }

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