#699370

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

Shades of Laurel #699370

Tints of Laurel #699370

Color information

#699370 (or 0x699370) is unknown color: approx Laurel. HEX triplet: 69, 93 and 70. RGB value is (105,147,112). Sum of RGB (Red+Green+Blue) = 105+147+112=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #699370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699370 is #966C8F. Grayscale: #828282. Windows color (decimal): -9858192 or 7377769. OLE color: 7377769.

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

Color convert

RGB105147112-
CMYK0.2900.240.42
HSL130º16.67%49.41%-
HSV(B)130º28.57%57.65%-
XYZ19.1825.0419.15-
YUV130.45117.59109.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=28.85%
G=40.38%
B=30.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471120.2900.240.4213016.6749.41
Hex6993701D0182A821131
Octal15122316035030522022161
Binary1101001100100111110000111010110001010101000001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699370; }

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

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

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

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

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

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

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

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