#689167

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

Shades of Laurel #689167

Tints of Laurel #689167

Color information

#689167 (or 0x689167) is unknown color: approx Laurel. HEX triplet: 68, 91 and 67. RGB value is (104,145,103). Sum of RGB (Red+Green+Blue) = 104+145+103=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #689167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689167 is #976E98. Grayscale: #808080. Windows color (decimal): -9924249 or 6787432. OLE color: 6787432.

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

Color convert

RGB104145103-
CMYK0.2800.290.43
HSL118.57º16.94%48.63%-
HSV(B)118.57º28.97%56.86%-
XYZ18.2824.1716.53-
YUV127.95113.92110.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 103 (40.62% from 255) = 29.26%
R=29.55%
G=41.19%
B=29.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451030.2800.290.43118.5716.9448.63
Hex6891671C01D2B771131
Octal15022114734035531672161
Binary110100010010001110011111100011101101011111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689167; }

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

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

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

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

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

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

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

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