#687B06

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

Shades of Olive #687B06

Tints of Olive #687B06

Color information

#687B06 (or 0x687B06) is unknown color: approx Olive. HEX triplet: 68, 7B and 06. RGB value is (104,123,6). Sum of RGB (Red+Green+Blue) = 104+123+6=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 123 (48.44% from 255 or 52.79% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 123 - color contains mainly: green. Hex color #687B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687B06 is #9784F9. Grayscale: #686868. Windows color (decimal): -9929978 or 424808. OLE color: 424808.

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

Color convert

RGB1041236-
CMYK0.1500.950.52
HSL69.74º90.7%25.29%-
HSV(B)69.74º95.12%48.24%-
XYZ12.8217.122.8-
YUV103.9872.71128.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 123 (48.44% from 255) = 52.79%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=44.64%
G=52.79%
B=2.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10412360.1500.950.5269.7490.725.29
Hex687B6F05F34465b19
Octal15017361701376410613331
Binary110100011110111101111010111111101001000110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,123,6); }

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

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

 a { background-color: rgb(104,123,6); }

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

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

 span { border-color: rgb(104,123,6); }

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