#698968

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

Shades of Laurel #698968

Tints of Laurel #698968

Color information

#698968 (or 0x698968) is unknown color: approx Laurel. HEX triplet: 69, 89 and 68. RGB value is (105,137,104). Sum of RGB (Red+Green+Blue) = 105+137+104=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #698968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698968 is #967697. Grayscale: #7B7B7B. Windows color (decimal): -9860760 or 6850921. OLE color: 6850921.

HSL color Cylindrical-coordinate representation of color #698968: hue angle of 118.18º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698968 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB105137104-
CMYK0.2300.240.46
HSL118.18º13.69%47.25%-
HSV(B)118.18º24.09%53.73%-
XYZ17.2721.8916.41-
YUV123.67116.9114.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=30.35%
G=39.60%
B=30.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051371040.2300.240.46118.1813.6947.25
Hex698968170182E76e2f
Octal15121115027030561661657
Binary11010011000100111010001011101100010111011101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698968; }

 p { color: rgb(105,137,104); }

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

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

 a { background-color: rgb(105,137,104); }

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

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

 span { border-color: rgb(105,137,104); }

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