#679868

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

Shades of Laurel #679868

Tints of Laurel #679868

Color information

#679868 (or 0x679868) is unknown color: approx Laurel. HEX triplet: 67, 98 and 68. RGB value is (103,152,104). Sum of RGB (Red+Green+Blue) = 103+152+104=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #679868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679868 is #986797. Grayscale: #848484. Windows color (decimal): -9987992 or 6854759. OLE color: 6854759.

HSL color Cylindrical-coordinate representation of color #679868: hue angle of 121.22º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679868 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB103152104-
CMYK0.3200.320.40
HSL121.22º19.22%50%-
HSV(B)121.22º32.24%59.61%-
XYZ19.3226.3417.16-
YUV131.88112.27107.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.69%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=28.69%
G=42.34%
B=28.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031521040.3200.320.40121.2219.2250
Hex6798682002028791332
Octal14723015040040501712362
Binary11001111001100011010001000000100000101000111100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679868; }

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

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

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

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

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

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

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

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