#769530

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

Shades of Sushi #769530

Tints of Sushi #769530

Color information

#769530 (or 0x769530) is unknown color: approx Sushi. HEX triplet: 76, 95 and 30. RGB value is (118,149,48). Sum of RGB (Red+Green+Blue) = 118+149+48=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #769530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769530 is #896ACF. Grayscale: #808080. Windows color (decimal): -9005776 or 3183990. OLE color: 3183990.

HSL color Cylindrical-coordinate representation of color #769530: hue angle of 78.42º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #769530 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB11814948-
CMYK0.2100.680.42
HSL78.42º51.27%38.63%-
HSV(B)78.42º67.79%58.43%-
XYZ18.7525.566.74-
YUV128.2282.73120.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 48 (19.14% from 255) = 15.24%
R=37.46%
G=47.30%
B=15.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149480.2100.680.4278.4251.2738.63
Hex769530150442A4e3327
Octal16622560250104521166347
Binary11101101001010111000010101010001001010101001110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769530; }

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

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

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

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

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

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

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

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