#699569

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

Shades of Laurel #699569

Tints of Laurel #699569

Color information

#699569 (or 0x699569) is unknown color: approx Laurel. HEX triplet: 69, 95 and 69. RGB value is (105,149,105). Sum of RGB (Red+Green+Blue) = 105+149+105=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #699569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699569 is #966A96. Grayscale: #828282. Windows color (decimal): -9857687 or 6919529. OLE color: 6919529.

HSL color Cylindrical-coordinate representation of color #699569: hue angle of 120º degrees, saturation: 0.17, 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 #699569 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB105149105-
CMYK0.3000.300.42
HSL120º17.32%49.8%-
HSV(B)120º29.53%58.43%-
XYZ19.1225.5217.28-
YUV130.83113.42109.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=29.25%
G=41.50%
B=29.25%

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
Decimal1051491050.3000.300.4212017.3249.8
Hex6995691E01E2A781132
Octal15122515136036521702162
Binary110100110010101110100111110011110101010111100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699569; }

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

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

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

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

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

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

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

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