#7DA73B

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

Shades of Sushi #7DA73B

Tints of Sushi #7DA73B

Color information

#7DA73B (or 0x7DA73B) is unknown color: approx Sushi. HEX triplet: 7D, A7 and 3B. RGB value is (125,167,59). Sum of RGB (Red+Green+Blue) = 125+167+59=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 167 (65.62% from 255 or 47.58% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA73B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA73B is #8258C4. Grayscale: #8E8E8E. Windows color (decimal): -8542405 or 3909501. OLE color: 3909501.

HSL color Cylindrical-coordinate representation of color #7DA73B: hue angle of 83.33º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DA73B is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB12516759-
CMYK0.2500.650.35
HSL83.33º47.79%44.31%-
HSV(B)83.33º64.67%65.49%-
XYZ23.0732.319.16-
YUV142.1381.09115.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.61%
GREEN value IS 167 (65.62% from 255) = 47.58%
BLUE value IS 59 (23.44% from 255) = 16.81%
R=35.61%
G=47.58%
B=16.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal125167590.2500.650.3583.3347.7944.31
Hex7DA73B190412353302c
Octal17524773310101431236054
Binary11111011010011111101111001010000011000111010011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,167,59); }

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

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

 a { background-color: rgb(125,167,59); }

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

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

 span { border-color: rgb(125,167,59); }

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