#699367

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

Shades of Laurel #699367

Tints of Laurel #699367

Color information

#699367 (or 0x699367) is unknown color: approx Laurel. HEX triplet: 69, 93 and 67. RGB value is (105,147,103). Sum of RGB (Red+Green+Blue) = 105+147+103=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #699367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699367 is #966C98. Grayscale: #818181. Windows color (decimal): -9858201 or 6787945. OLE color: 6787945.

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

Color convert

RGB105147103-
CMYK0.2900.300.42
HSL117.27º17.6%49.02%-
HSV(B)117.27º29.93%57.65%-
XYZ18.7124.8516.64-
YUV129.43113.09110.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=29.58%
G=41.41%
B=29.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471030.2900.300.42117.2717.649.02
Hex6993671D01E2A751231
Octal15122314735036521652261
Binary110100110010011110011111101011110101010111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699367; }

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

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

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

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

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

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

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

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