#688872

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

Shades of Laurel #688872

Tints of Laurel #688872

Color information

#688872 (or 0x688872) is unknown color: approx Laurel. HEX triplet: 68, 88 and 72. RGB value is (104,136,114). Sum of RGB (Red+Green+Blue) = 104+136+114=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #688872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688872 is #97778D. Grayscale: #7B7B7B. Windows color (decimal): -9926542 or 7506024. OLE color: 7506024.

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

Color convert

RGB104136114-
CMYK0.2400.160.47
HSL138.75º13.33%47.06%-
HSV(B)138.75º23.53%53.33%-
XYZ17.5521.7719.2-
YUV123.92122.4113.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.38%
GREEN value IS 136 (53.52% from 255) = 38.42%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=29.38%
G=38.42%
B=32.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041361140.2400.160.47138.7513.3347.06
Hex688872180102F8bd2f
Octal15021016230020572131557
Binary110100010001000111001011000010000101111100010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688872; }

 p { color: rgb(104,136,114); }

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

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

 a { background-color: rgb(104,136,114); }

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

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

 span { border-color: rgb(104,136,114); }

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