#6F9642

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

Shades of Sushi #6F9642

Tints of Sushi #6F9642

Color information

#6F9642 (or 0x6F9642) is unknown color: approx Sushi. HEX triplet: 6F, 96 and 42. RGB value is (111,150,66). Sum of RGB (Red+Green+Blue) = 111+150+66=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #6F9642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9642 is #9069BD. Grayscale: #818181. Windows color (decimal): -9464254 or 4363887. OLE color: 4363887.

HSL color Cylindrical-coordinate representation of color #6F9642: hue angle of 87.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F9642 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB11115066-
CMYK0.2600.560.41
HSL87.86º38.89%42.35%-
HSV(B)87.86º56%58.82%-
XYZ18.4525.599.12-
YUV128.7692.58115.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.94%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=33.94%
G=45.87%
B=20.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111150660.2600.560.4187.8638.8942.35
Hex6F96421A0382958272a
Octal15722610232070511304752
Binary11011111001011010000101101001110001010011011000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,150,66); }

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

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

 a { background-color: rgb(111,150,66); }

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

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

 span { border-color: rgb(111,150,66); }

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