#697869

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

Shades of Laurel #697869

Tints of Laurel #697869

Color information

#697869 (or 0x697869) is unknown color: approx Laurel. HEX triplet: 69, 78 and 69. RGB value is (105,120,105). Sum of RGB (Red+Green+Blue) = 105+120+105=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 120 - color contains mainly: green. Hex color #697869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697869 is #968796. Grayscale: #717171. Windows color (decimal): -9865111 or 6912105. OLE color: 6912105.

HSL color Cylindrical-coordinate representation of color #697869: hue angle of 120º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #697869 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB105120105-
CMYK0.1300.130.53
HSL120º6.67%44.12%-
HSV(B)120º12.5%47.06%-
XYZ15.0917.4615.94-
YUV113.8123.03121.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 120 (47.27% from 255) = 36.36%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=31.82%
G=36.36%
B=31.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051201050.1300.130.531206.6744.12
Hex697869D0D357872c
Octal1511701511501565170754
Binary1101001111100011010011101011011101011111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697869; }

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

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

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

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

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

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

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

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