#697F69

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

Shades of Laurel #697F69

Tints of Laurel #697F69

Color information

#697F69 (or 0x697F69) is unknown color: approx Laurel. HEX triplet: 69, 7F and 69. RGB value is (105,127,105). Sum of RGB (Red+Green+Blue) = 105+127+105=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 127 - color contains mainly: green. Hex color #697F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F69 is #968096. Grayscale: #757575. Windows color (decimal): -9863319 or 6913897. OLE color: 6913897.

HSL color Cylindrical-coordinate representation of color #697F69: hue angle of 120º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #697F69 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB105127105-
CMYK0.1700.170.50
HSL120º9.48%45.49%-
HSV(B)120º17.32%49.8%-
XYZ15.9619.216.23-
YUV117.91120.71118.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=31.16%
G=37.69%
B=31.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051271050.1700.170.501209.4845.49
Hex697F6911011327892d
Octal15117715121021621701155
Binary1101001111111111010011000101000111001011110001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697F69; }

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

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

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

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

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

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

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

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