#7DA836

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

Shades of Sushi #7DA836

Tints of Sushi #7DA836

Color information

#7DA836 (or 0x7DA836) is unknown color: approx Sushi. HEX triplet: 7D, A8 and 36. RGB value is (125,168,54). Sum of RGB (Red+Green+Blue) = 125+168+54=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA836 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA836 is #8257C9. Grayscale: #8E8E8E. Windows color (decimal): -8542154 or 3582077. OLE color: 3582077.

HSL color Cylindrical-coordinate representation of color #7DA836: hue angle of 82.63º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DA836 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB12516854-
CMYK0.2600.680.34
HSL82.63º51.35%43.53%-
HSV(B)82.63º67.86%65.88%-
XYZ23.1332.638.57-
YUV142.1578.25115.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 168 (66.02% from 255) = 48.41%
BLUE value IS 54 (21.48% from 255) = 15.56%
R=36.02%
G=48.41%
B=15.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal125168540.2600.680.3482.6351.3543.53
Hex7DA8361A0442253332c
Octal17525066320104421236354
Binary11111011010100011011011010010001001000101010011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,168,54); }

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

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

 a { background-color: rgb(125,168,54); }

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

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

 span { border-color: rgb(125,168,54); }

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