#769230

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

Shades of Sushi #769230

Tints of Sushi #769230

Color information

#769230 (or 0x769230) is unknown color: approx Sushi. HEX triplet: 76, 92 and 30. RGB value is (118,146,48). Sum of RGB (Red+Green+Blue) = 118+146+48=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #769230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769230 is #896DCF. Grayscale: #7E7E7E. Windows color (decimal): -9006544 or 3183222. OLE color: 3183222.

HSL color Cylindrical-coordinate representation of color #769230: hue angle of 77.14º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #769230 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB11814648-
CMYK0.1900.670.43
HSL77.14º50.52%38.04%-
HSV(B)77.14º67.12%57.25%-
XYZ18.2824.626.59-
YUV126.4683.72121.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 48 (19.14% from 255) = 15.38%
R=37.82%
G=46.79%
B=15.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146480.1900.670.4377.1450.5238.04
Hex769230130432B4d3326
Octal16622260230103531156346
Binary11101101001001011000010011010000111010111001101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769230; }

 p { color: rgb(118,146,48); }

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

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

 a { background-color: rgb(118,146,48); }

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

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

 span { border-color: rgb(118,146,48); }

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