#677969

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

Shades of Laurel #677969

Tints of Laurel #677969

Color information

#677969 (or 0x677969) is unknown color: approx Laurel. HEX triplet: 67, 79 and 69. RGB value is (103,121,105). Sum of RGB (Red+Green+Blue) = 103+121+105=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 121 - color contains mainly: green. Hex color #677969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677969 is #988696. Grayscale: #717171. Windows color (decimal): -9995927 or 6912359. OLE color: 6912359.

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

Color convert

RGB103121105-
CMYK0.1500.130.53
HSL126.67º8.04%43.92%-
HSV(B)126.67º14.88%47.45%-
XYZ14.9817.5815.97-
YUV113.79123.04120.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.31%
GREEN value IS 121 (47.66% from 255) = 36.78%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=31.31%
G=36.78%
B=31.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031211050.1500.130.53126.678.0443.92
Hex677969F0D357f82c
Octal14717115117015651771054
Binary11001111111001110100111110110111010111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677969; }

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

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

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

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

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

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

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

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