#688569

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

Shades of Laurel #688569

Tints of Laurel #688569

Color information

#688569 (or 0x688569) is unknown color: approx Laurel. HEX triplet: 68, 85 and 69. RGB value is (104,133,105). Sum of RGB (Red+Green+Blue) = 104+133+105=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #688569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688569 is #977A96. Grayscale: #797979. Windows color (decimal): -9927319 or 6915432. OLE color: 6915432.

HSL color Cylindrical-coordinate representation of color #688569: hue angle of 122.07º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688569 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB104133105-
CMYK0.2200.210.48
HSL122.07º12.24%46.47%-
HSV(B)122.07º21.8%52.16%-
XYZ16.6520.7416.49-
YUV121.14118.89115.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=30.41%
G=38.89%
B=30.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041331050.2200.210.48122.0712.2446.47
Hex68856916015307ac2e
Octal15020515126025601721456
Binary11010001000010111010011011001010111000011110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688569; }

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

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

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

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

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

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

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

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