#699270

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

Shades of Laurel #699270

Tints of Laurel #699270

Color information

#699270 (or 0x699270) is unknown color: approx Laurel. HEX triplet: 69, 92 and 70. RGB value is (105,146,112). Sum of RGB (Red+Green+Blue) = 105+146+112=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #699270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699270 is #966D8F. Grayscale: #818181. Windows color (decimal): -9858448 or 7377513. OLE color: 7377513.

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

Color convert

RGB105146112-
CMYK0.2800.230.43
HSL130.24º16.33%49.22%-
HSV(B)130.24º28.08%57.25%-
XYZ19.0324.7319.1-
YUV129.86117.92110.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=28.93%
G=40.22%
B=30.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051461120.2800.230.43130.2416.3349.22
Hex6992701C0172B821031
Octal15122216034027532022061
Binary1101001100100101110000111000101111010111000001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699270; }

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

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

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

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

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

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

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

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