#678268

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

Shades of Laurel #678268

Tints of Laurel #678268

Color information

#678268 (or 0x678268) is unknown color: approx Laurel. HEX triplet: 67, 82 and 68. RGB value is (103,130,104). Sum of RGB (Red+Green+Blue) = 103+130+104=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #678268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678268 is #987D97. Grayscale: #777777. Windows color (decimal): -9993624 or 6849127. OLE color: 6849127.

HSL color Cylindrical-coordinate representation of color #678268: hue angle of 122.22º 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 #678268 is Cyan = 0.21, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB103130104-
CMYK0.2100.20.49
HSL122.22º11.59%45.69%-
HSV(B)122.22º20.77%50.98%-
XYZ16.0719.8516.08-
YUV118.96119.55116.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.56%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=30.56%
G=38.58%
B=30.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031301040.2100.20.49122.2211.5945.69
Hex67826815014317ac2e
Octal14720215025024611721456
Binary11001111000001011010001010101010011000111110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678268; }

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

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

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

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

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

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

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

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