#6F9175

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

Shades of Laurel #6F9175

Tints of Laurel #6F9175

Color information

#6F9175 (or 0x6F9175) is unknown color: approx Laurel. HEX triplet: 6F, 91 and 75. RGB value is (111,145,117). Sum of RGB (Red+Green+Blue) = 111+145+117=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9175 is #906E8A. Grayscale: #838383. Windows color (decimal): -9465483 or 7704943. OLE color: 7704943.

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

Color convert

RGB111145117-
CMYK0.2300.190.43
HSL130.59º13.39%50.2%-
HSV(B)130.59º23.45%56.86%-
XYZ19.8924.9120.59-
YUV131.64119.74113.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 145 (57.03% from 255) = 38.87%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=29.76%
G=38.87%
B=31.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111451170.2300.190.43130.5913.3950.2
Hex6F9175170132B83d32
Octal15722116527023532031562
Binary110111110010001111010110111010011101011100000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,145,117); }

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

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

 a { background-color: rgb(111,145,117); }

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

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

 span { border-color: rgb(111,145,117); }

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