#6B8F6E

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

Shades of Laurel #6B8F6E

Tints of Laurel #6B8F6E

Color information

#6B8F6E (or 0x6B8F6E) is unknown color: approx Laurel. HEX triplet: 6B, 8F and 6E. RGB value is (107,143,110). Sum of RGB (Red+Green+Blue) = 107+143+110=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 143 - color contains mainly: green. Hex color #6B8F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8F6E is #947091. Grayscale: #808080. Windows color (decimal): -9728146 or 7245675. OLE color: 7245675.

HSL color Cylindrical-coordinate representation of color #6B8F6E: hue angle of 125º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B8F6E is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB107143110-
CMYK0.2500.230.44
HSL125º14.4%49.02%-
HSV(B)125º25.17%56.08%-
XYZ18.723.918.38-
YUV128.47117.57112.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 143 (56.25% from 255) = 39.72%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=29.72%
G=39.72%
B=30.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1071431100.2500.230.4412514.449.02
Hex6B8F6E190172C7de31
Octal15321715631027541751661
Binary11010111000111111011101100101011110110011111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,143,110); }

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

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

 a { background-color: rgb(107,143,110); }

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

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

 span { border-color: rgb(107,143,110); }

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