#769933

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

Shades of Sushi #769933

Tints of Sushi #769933

Color information

#769933 (or 0x769933) is unknown color: approx Sushi. HEX triplet: 76, 99 and 33. RGB value is (118,153,51). Sum of RGB (Red+Green+Blue) = 118+153+51=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #769933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769933 is #8966CC. Grayscale: #838383. Windows color (decimal): -9004749 or 3381622. OLE color: 3381622.

HSL color Cylindrical-coordinate representation of color #769933: hue angle of 80.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #769933 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB11815351-
CMYK0.2300.670.4
HSL80.59º50%40%-
HSV(B)80.59º66.67%60%-
XYZ19.4626.877.29-
YUV130.9182.9118.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 153 (60.16% from 255) = 47.52%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=36.65%
G=47.52%
B=15.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153510.2300.670.480.595040
Hex7699331704328513228
Octal16623163270103501216250
Binary11101101001100111001110111010000111010001010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769933; }

 p { color: rgb(118,153,51); }

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

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

 a { background-color: rgb(118,153,51); }

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

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

 span { border-color: rgb(118,153,51); }

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