#6F9272

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

Shades of Laurel #6F9272

Tints of Laurel #6F9272

Color information

#6F9272 (or 0x6F9272) is unknown color: approx Laurel. HEX triplet: 6F, 92 and 72. RGB value is (111,146,114). Sum of RGB (Red+Green+Blue) = 111+146+114=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9272 is #906D8D. Grayscale: #838383. Windows color (decimal): -9465230 or 7508591. OLE color: 7508591.

HSL color Cylindrical-coordinate representation of color #6F9272: hue angle of 125.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F9272 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB111146114-
CMYK0.2400.220.43
HSL125.14º13.83%50.39%-
HSV(B)125.14º23.97%57.25%-
XYZ19.8725.1519.73-
YUV131.89117.9113.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.92%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=29.92%
G=39.35%
B=30.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111461140.2400.220.43125.1413.8350.39
Hex6F9272180162B7de32
Octal15722216230026531751662
Binary11011111001001011100101100001011010101111111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,146,114); }

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

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

 a { background-color: rgb(111,146,114); }

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

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

 span { border-color: rgb(111,146,114); }

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