#7D962A

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

Shades of Sushi #7D962A

Tints of Sushi #7D962A

Color information

#7D962A (or 0x7D962A) is unknown color: approx Sushi. HEX triplet: 7D, 96 and 2A. RGB value is (125,150,42). Sum of RGB (Red+Green+Blue) = 125+150+42=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #7D962A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D962A is #8269D5. Grayscale: #828282. Windows color (decimal): -8546774 or 2791037. OLE color: 2791037.

HSL color Cylindrical-coordinate representation of color #7D962A: hue angle of 73.89º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D962A is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB12515042-
CMYK0.1700.720.41
HSL73.89º56.25%37.65%-
HSV(B)73.89º72%58.82%-
XYZ19.7826.346.23-
YUV130.2178.22124.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.43%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 42 (16.80% from 255) = 13.25%
R=39.43%
G=47.32%
B=13.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal125150420.1700.720.4173.8956.2537.65
Hex7D962A11048294a3826
Octal17522652210110511127046
Binary11111011001011010101010001010010001010011001010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,150,42); }

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

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

 a { background-color: rgb(125,150,42); }

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

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

 span { border-color: rgb(125,150,42); }

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