#698768

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

Shades of Laurel #698768

Tints of Laurel #698768

Color information

#698768 (or 0x698768) is unknown color: approx Laurel. HEX triplet: 69, 87 and 68. RGB value is (105,135,104). Sum of RGB (Red+Green+Blue) = 105+135+104=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #698768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698768 is #967897. Grayscale: #7A7A7A. Windows color (decimal): -9861272 or 6850409. OLE color: 6850409.

HSL color Cylindrical-coordinate representation of color #698768: hue angle of 118.06º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698768 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB105135104-
CMYK0.2200.230.47
HSL118.06º12.97%46.86%-
HSV(B)118.06º22.96%52.94%-
XYZ16.9921.3316.32-
YUV122.5117.56115.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=30.52%
G=39.24%
B=30.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051351040.2200.230.47118.0612.9746.86
Hex698768160172F76d2f
Octal15120715026027571661557
Binary11010011000011111010001011001011110111111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698768; }

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

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

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

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

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

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

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

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