#699E6A

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

Shades of Laurel #699E6A

Tints of Laurel #699E6A

Color information

#699E6A (or 0x699E6A) is unknown color: approx Laurel. HEX triplet: 69, 9E and 6A. RGB value is (105,158,106). Sum of RGB (Red+Green+Blue) = 105+158+106=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 158 - color contains mainly: green. Hex color #699E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E6A is #966195. Grayscale: #888888. Windows color (decimal): -9855382 or 6987369. OLE color: 6987369.

HSL color Cylindrical-coordinate representation of color #699E6A: hue angle of 121.13º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699E6A is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB105158106-
CMYK0.3400.330.38
HSL121.13º21.46%51.57%-
HSV(B)121.13º33.54%61.96%-
XYZ20.6528.518.05-
YUV136.22110.94105.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 158 (62.11% from 255) = 42.82%
BLUE value IS 106 (41.80% from 255) = 28.73%
R=28.46%
G=42.82%
B=28.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051581060.3400.330.38121.1321.4651.57
Hex699E6A2202126791534
Octal15123615242041461712564
Binary11010011001111011010101000100100001100110111100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,158,106); }

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

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

 a { background-color: rgb(105,158,106); }

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

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

 span { border-color: rgb(105,158,106); }

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