#6F9074

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

Shades of Laurel #6F9074

Tints of Laurel #6F9074

Color information

#6F9074 (or 0x6F9074) is unknown color: approx Laurel. HEX triplet: 6F, 90 and 74. RGB value is (111,144,116). Sum of RGB (Red+Green+Blue) = 111+144+116=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9074 is #906F8B. Grayscale: #838383. Windows color (decimal): -9465740 or 7639151. OLE color: 7639151.

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

Color convert

RGB111144116-
CMYK0.2300.190.44
HSL129.09º12.94%50%-
HSV(B)129.09º22.92%56.47%-
XYZ19.6824.5920.23-
YUV130.94119.57113.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.92%
GREEN value IS 144 (56.64% from 255) = 38.81%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=29.92%
G=38.81%
B=31.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111441160.2300.190.44129.0912.9450
Hex6F9074170132C81d32
Octal15722016427023542011562
Binary110111110010000111010010111010011101100100000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,144,116); }

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

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

 a { background-color: rgb(111,144,116); }

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

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

 span { border-color: rgb(111,144,116); }

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