#699068

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

Shades of Laurel #699068

Tints of Laurel #699068

Color information

#699068 (or 0x699068) is unknown color: approx Laurel. HEX triplet: 69, 90 and 68. RGB value is (105,144,104). Sum of RGB (Red+Green+Blue) = 105+144+104=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #699068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699068 is #966F97. Grayscale: #7F7F7F. Windows color (decimal): -9858968 or 6852713. OLE color: 6852713.

HSL color Cylindrical-coordinate representation of color #699068: hue angle of 118.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699068 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB105144104-
CMYK0.2700.280.44
HSL118.5º16.13%48.63%-
HSV(B)118.5º27.78%56.47%-
XYZ18.323.9516.75-
YUV127.78114.58111.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=29.75%
G=40.79%
B=29.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051441040.2700.280.44118.516.1348.63
Hex6990681B01C2C761031
Octal15122015033034541662061
Binary110100110010000110100011011011100101100111011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699068; }

 p { color: rgb(105,144,104); }

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

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

 a { background-color: rgb(105,144,104); }

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

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

 span { border-color: rgb(105,144,104); }

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