#678269

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

Shades of Laurel #678269

Tints of Laurel #678269

Color information

#678269 (or 0x678269) is unknown color: approx Laurel. HEX triplet: 67, 82 and 69. RGB value is (103,130,105). Sum of RGB (Red+Green+Blue) = 103+130+105=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #678269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678269 is #987D96. Grayscale: #777777. Windows color (decimal): -9993623 or 6914663. OLE color: 6914663.

HSL color Cylindrical-coordinate representation of color #678269: hue angle of 124.44º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678269 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB103130105-
CMYK0.2100.190.49
HSL124.44º11.59%45.69%-
HSV(B)124.44º20.77%50.98%-
XYZ16.1319.8716.35-
YUV119.08120.05116.53-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.47%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=30.47%
G=38.46%
B=31.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031301050.2100.190.49124.4411.5945.69
Hex67826915013317cc2e
Octal14720215125023611741456
Binary11001111000001011010011010101001111000111111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678269; }

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

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

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

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

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

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

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

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