#678970

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

Shades of Laurel #678970

Tints of Laurel #678970

Color information

#678970 (or 0x678970) is unknown color: approx Laurel. HEX triplet: 67, 89 and 70. RGB value is (103,137,112). Sum of RGB (Red+Green+Blue) = 103+137+112=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #678970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678970 is #98768F. Grayscale: #7C7C7C. Windows color (decimal): -9991824 or 7375207. OLE color: 7375207.

HSL color Cylindrical-coordinate representation of color #678970: hue angle of 135.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #678970 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB103137112-
CMYK0.2500.180.46
HSL135.88º14.17%47.06%-
HSV(B)135.88º24.82%53.73%-
XYZ17.4621.9418.64-
YUV123.98121.24113.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.26%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=29.26%
G=38.92%
B=31.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031371120.2500.180.46135.8814.1747.06
Hex678970190122E88e2f
Octal14721116031022562101657
Binary110011110001001111000011001010010101110100010001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678970; }

 p { color: rgb(103,137,112); }

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

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

 a { background-color: rgb(103,137,112); }

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

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

 span { border-color: rgb(103,137,112); }

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