#679110

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

Shades of Olive Drab #679110

Tints of Olive Drab #679110

Color information

#679110 (or 0x679110) is unknown color: approx Olive Drab. HEX triplet: 67, 91 and 10. RGB value is (103,145,16). Sum of RGB (Red+Green+Blue) = 103+145+16=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #679110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679110 is #986EEF. Grayscale: #767676. Windows color (decimal): -9989872 or 1085799. OLE color: 1085799.

HSL color Cylindrical-coordinate representation of color #679110: hue angle of 79.53º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #679110 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB10314516-
CMYK0.2900.890.43
HSL79.53º80.12%31.57%-
HSV(B)79.53º88.97%56.86%-
XYZ15.8123.174.13-
YUV117.7470.59117.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.02%
GREEN value IS 145 (57.03% from 255) = 54.92%
BLUE value IS 16 (6.64% from 255) = 6.06%
R=39.02%
G=54.92%
B=6.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103145160.2900.890.4379.5380.1231.57
Hex6791101D0592B505020
Octal147221203501315312012040
Binary11001111001000110000111010101100110101110100001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679110; }

 p { color: rgb(103,145,16); }

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

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

 a { background-color: rgb(103,145,16); }

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

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

 span { border-color: rgb(103,145,16); }

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