#6F9B34

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

Shades of Sushi #6F9B34

Tints of Sushi #6F9B34

Color information

#6F9B34 (or 0x6F9B34) is unknown color: approx Sushi. HEX triplet: 6F, 9B and 34. RGB value is (111,155,52). Sum of RGB (Red+Green+Blue) = 111+155+52=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #6F9B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9B34 is #9064CB. Grayscale: #828282. Windows color (decimal): -9462988 or 3447663. OLE color: 3447663.

HSL color Cylindrical-coordinate representation of color #6F9B34: hue angle of 85.63º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F9B34 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB11115552-
CMYK0.2800.660.39
HSL85.63º49.76%40.59%-
HSV(B)85.63º66.45%60.78%-
XYZ18.927.077.48-
YUV130.183.92114.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 155 (60.94% from 255) = 48.74%
BLUE value IS 52 (20.70% from 255) = 16.35%
R=34.91%
G=48.74%
B=16.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111155520.2800.660.3985.6349.7640.59
Hex6F9B341C04227563229
Octal15723364340102471266251
Binary11011111001101111010011100010000101001111010110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,155,52); }

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

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

 a { background-color: rgb(111,155,52); }

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

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

 span { border-color: rgb(111,155,52); }

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