#699568

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

Shades of Laurel #699568

Tints of Laurel #699568

Color information

#699568 (or 0x699568) is unknown color: approx Laurel. HEX triplet: 69, 95 and 68. RGB value is (105,149,104). Sum of RGB (Red+Green+Blue) = 105+149+104=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #699568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699568 is #966A97. Grayscale: #828282. Windows color (decimal): -9857688 or 6853993. OLE color: 6853993.

HSL color Cylindrical-coordinate representation of color #699568: hue angle of 118.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699568 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB105149104-
CMYK0.3000.300.42
HSL118.67º17.79%49.61%-
HSV(B)118.67º30.2%58.43%-
XYZ19.0725.517.01-
YUV130.71112.92109.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 149 (58.59% from 255) = 41.62%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=29.33%
G=41.62%
B=29.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051491040.3000.300.42118.6717.7949.61
Hex6995681E01E2A771232
Octal15122515036036521672262
Binary110100110010101110100011110011110101010111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699568; }

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

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

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

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

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

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

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

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