#699770

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

Shades of Laurel #699770

Tints of Laurel #699770

Color information

#699770 (or 0x699770) is unknown color: approx Laurel. HEX triplet: 69, 97 and 70. RGB value is (105,151,112). Sum of RGB (Red+Green+Blue) = 105+151+112=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #699770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699770 is #96688F. Grayscale: #848484. Windows color (decimal): -9857168 or 7378793. OLE color: 7378793.

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

Color convert

RGB105151112-
CMYK0.3000.260.41
HSL129.13º18.11%50.2%-
HSV(B)129.13º30.46%59.22%-
XYZ19.8226.3119.36-
YUV132.8116.26108.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 151 (59.38% from 255) = 41.03%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=28.53%
G=41.03%
B=30.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051511120.3000.260.41129.1318.1150.2
Hex6997701E01A29811232
Octal15122716036032512012262
Binary1101001100101111110000111100110101010011000000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699770; }

 p { color: rgb(105,151,112); }

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

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

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

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

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

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

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