#699268

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

Shades of Laurel #699268

Tints of Laurel #699268

Color information

#699268 (or 0x699268) is unknown color: approx Laurel. HEX triplet: 69, 92 and 68. RGB value is (105,146,104). Sum of RGB (Red+Green+Blue) = 105+146+104=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #699268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699268 is #966D97. Grayscale: #818181. Windows color (decimal): -9858456 or 6853225. OLE color: 6853225.

HSL color Cylindrical-coordinate representation of color #699268: hue angle of 118.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699268 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB105146104-
CMYK0.2800.290.43
HSL118.57º16.8%49.02%-
HSV(B)118.57º28.77%57.25%-
XYZ18.624.5616.86-
YUV128.95113.92110.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=29.58%
G=41.13%
B=29.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051461040.2800.290.43118.5716.849.02
Hex6992681C01D2B771131
Octal15122215034035531672161
Binary110100110010010110100011100011101101011111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699268; }

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

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

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

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

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

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

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

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