#7D9E3A

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

Shades of Sushi #7D9E3A

Tints of Sushi #7D9E3A

Color information

#7D9E3A (or 0x7D9E3A) is unknown color: approx Sushi. HEX triplet: 7D, 9E and 3A. RGB value is (125,158,58). Sum of RGB (Red+Green+Blue) = 125+158+58=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9E3A is #8261C5. Grayscale: #898989. Windows color (decimal): -8544710 or 3841661. OLE color: 3841661.

HSL color Cylindrical-coordinate representation of color #7D9E3A: hue angle of 79.8º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D9E3A is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB12515858-
CMYK0.2100.630.38
HSL79.8º46.3%42.35%-
HSV(B)79.8º63.29%61.96%-
XYZ21.4529.128.49-
YUV136.7383.57119.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.66%
GREEN value IS 158 (62.11% from 255) = 46.33%
BLUE value IS 58 (23.05% from 255) = 17.01%
R=36.66%
G=46.33%
B=17.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125158580.2100.630.3879.846.342.35
Hex7D9E3A1503F26502e2a
Octal1752367225077461205652
Binary1111101100111101110101010101111111001101010000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,158,58); }

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

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

 a { background-color: rgb(125,158,58); }

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

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

 span { border-color: rgb(125,158,58); }

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