#689370

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

Shades of Laurel #689370

Tints of Laurel #689370

Color information

#689370 (or 0x689370) is unknown color: approx Laurel. HEX triplet: 68, 93 and 70. RGB value is (104,147,112). Sum of RGB (Red+Green+Blue) = 104+147+112=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #689370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689370 is #976C8F. Grayscale: #828282. Windows color (decimal): -9923728 or 7377768. OLE color: 7377768.

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

Color convert

RGB104147112-
CMYK0.2900.240.42
HSL131.16º17.13%49.22%-
HSV(B)131.16º29.25%57.65%-
XYZ19.0724.9819.15-
YUV130.15117.75109.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=28.65%
G=40.50%
B=30.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471120.2900.240.42131.1617.1349.22
Hex6893701D0182A831131
Octal15022316035030522032161
Binary1101000100100111110000111010110001010101000001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689370; }

 p { color: rgb(104,147,112); }

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

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

 a { background-color: rgb(104,147,112); }

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

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

 span { border-color: rgb(104,147,112); }

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