#699368

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

Shades of Laurel #699368

Tints of Laurel #699368

Color information

#699368 (or 0x699368) is unknown color: approx Laurel. HEX triplet: 69, 93 and 68. RGB value is (105,147,104). Sum of RGB (Red+Green+Blue) = 105+147+104=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #699368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699368 is #966C97. Grayscale: #818181. Windows color (decimal): -9858200 or 6853481. OLE color: 6853481.

HSL color Cylindrical-coordinate representation of color #699368: hue angle of 118.6º 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 #699368 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB105147104-
CMYK0.2900.290.42
HSL118.6º17.13%49.22%-
HSV(B)118.6º29.25%57.65%-
XYZ18.7624.8716.91-
YUV129.54113.59110.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=29.49%
G=41.29%
B=29.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471040.2900.290.42118.617.1349.22
Hex6993681D01D2A771131
Octal15122315035035521672161
Binary110100110010011110100011101011101101010111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699368; }

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

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

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

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

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

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

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

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