#7F9B35

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

Shades of Sushi #7F9B35

Tints of Sushi #7F9B35

Color information

#7F9B35 (or 0x7F9B35) is unknown color: approx Sushi. HEX triplet: 7F, 9B and 35. RGB value is (127,155,53). Sum of RGB (Red+Green+Blue) = 127+155+53=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9B35 is #8064CA. Grayscale: #878787. Windows color (decimal): -8414411 or 3513215. OLE color: 3513215.

HSL color Cylindrical-coordinate representation of color #7F9B35: hue angle of 76.47º degrees, saturation: 0.49, 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 #7F9B35 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB12715553-
CMYK0.1800.660.39
HSL76.47º49.04%40.78%-
HSV(B)76.47º65.81%60.78%-
XYZ21.1228.217.7-
YUV13581.72122.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.91%
GREEN value IS 155 (60.94% from 255) = 46.27%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=37.91%
G=46.27%
B=15.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127155530.1800.660.3976.4749.0440.78
Hex7F9B3512042274c3129
Octal17723365220102471146151
Binary11111111001101111010110010010000101001111001100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F9B35; }

 p { color: rgb(127,155,53); }

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

<style>
 a { background-color: #7F9B35; }

 a { background-color: rgb(127,155,53); }

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

<style>
 span { border-color: #7F9B35; }

 span { border-color: rgb(127,155,53); }

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