#699A6E

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

Shades of Laurel #699A6E

Tints of Laurel #699A6E

Color information

#699A6E (or 0x699A6E) is unknown color: approx Laurel. HEX triplet: 69, 9A and 6E. RGB value is (105,154,110). Sum of RGB (Red+Green+Blue) = 105+154+110=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 154 - color contains mainly: green. Hex color #699A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A6E is #966591. Grayscale: #868686. Windows color (decimal): -9856402 or 7248489. OLE color: 7248489.

HSL color Cylindrical-coordinate representation of color #699A6E: hue angle of 126.12º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699A6E is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB105154110-
CMYK0.3200.290.40
HSL126.12º19.52%50.78%-
HSV(B)126.12º31.82%60.39%-
XYZ20.227.2418.95-
YUV134.33114.27107.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 154 (60.55% from 255) = 41.73%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=28.46%
G=41.73%
B=29.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051541100.3200.290.40126.1219.5250.78
Hex699A6E2001D287e1433
Octal15123215640035501762463
Binary1101001100110101101110100000011101101000111111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699A6E; }

 p { color: rgb(105,154,110); }

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

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

 a { background-color: rgb(105,154,110); }

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

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

 span { border-color: rgb(105,154,110); }

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