#6B8D68

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

Shades of Laurel #6B8D68

Tints of Laurel #6B8D68

Color information

#6B8D68 (or 0x6B8D68) is unknown color: approx Laurel. HEX triplet: 6B, 8D and 68. RGB value is (107,141,104). Sum of RGB (Red+Green+Blue) = 107+141+104=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8D68 is #947297. Grayscale: #7E7E7E. Windows color (decimal): -9728664 or 6851947. OLE color: 6851947.

HSL color Cylindrical-coordinate representation of color #6B8D68: hue angle of 115.14º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B8D68 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB107141104-
CMYK0.2400.260.45
HSL115.14º15.1%48.04%-
HSV(B)115.14º26.24%55.29%-
XYZ18.0923.1816.62-
YUV126.62115.24114.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.40%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=30.40%
G=40.06%
B=29.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1071411040.2400.260.45115.1415.148.04
Hex6B8D681801A2D73f30
Octal15321515030032551631760
Binary11010111000110111010001100001101010110111100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B8D68; }

 p { color: rgb(107,141,104); }

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

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

 a { background-color: rgb(107,141,104); }

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

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

 span { border-color: rgb(107,141,104); }

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