#678469

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

Shades of Laurel #678469

Tints of Laurel #678469

Color information

#678469 (or 0x678469) is unknown color: approx Laurel. HEX triplet: 67, 84 and 69. RGB value is (103,132,105). Sum of RGB (Red+Green+Blue) = 103+132+105=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #678469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678469 is #987B96. Grayscale: #787878. Windows color (decimal): -9993111 or 6915175. OLE color: 6915175.

HSL color Cylindrical-coordinate representation of color #678469: hue angle of 124.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678469 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB103132105-
CMYK0.2200.200.48
HSL124.14º12.34%46.08%-
HSV(B)124.14º21.97%51.76%-
XYZ16.3920.4116.44-
YUV120.25119.39115.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.29%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=30.29%
G=38.82%
B=30.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031321050.2200.200.48124.1412.3446.08
Hex67846916014307cc2e
Octal14720415126024601741456
Binary11001111000010011010011011001010011000011111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678469; }

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

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

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

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

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

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

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

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