#689470

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

Shades of Laurel #689470

Tints of Laurel #689470

Color information

#689470 (or 0x689470) is unknown color: approx Laurel. HEX triplet: 68, 94 and 70. RGB value is (104,148,112). Sum of RGB (Red+Green+Blue) = 104+148+112=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #689470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689470 is #976B8F. Grayscale: #828282. Windows color (decimal): -9923472 or 7378024. OLE color: 7378024.

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

Color convert

RGB104148112-
CMYK0.3000.240.42
HSL130.91º17.46%49.41%-
HSV(B)130.91º29.73%58.04%-
XYZ19.2225.2919.2-
YUV130.74117.42108.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=28.57%
G=40.66%
B=30.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041481120.3000.240.42130.9117.4649.41
Hex6894701E0182A831131
Octal15022416036030522032161
Binary1101000100101001110000111100110001010101000001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689470; }

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

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

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

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

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

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

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

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