Html Css Color HEX #7DA146 Sushi

📋 copy color: '#7DA146'

red 125 ◦ green 161 ◦ blue 70

#7DA146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #7DA146

Tints of Sushi #7DA146

RGB

 RED value IS 125 (49.22% from 255) = 35.11%

 GREEN value IS 161 (63.28% from 255) = 45.22%

 BLUE value IS 70 (27.73% from 255) = 19.66%

R = 35.11%
G = 45.22%
B = 19.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#7DA146 (or 0x7DA146) is known color: Sushi. HEX triplet: 7D, A1 and 46. RGB value is (125,161,70). Sum of RGB (Red+Green+Blue) = 125+161+70=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA146 is #825EB9. Grayscale: #8C8C8C. Windows color (decimal): -8543930 or 4628861. OLE color: 4628861.

HSL color Cylindrical-coordinate representation of color #7DA146: hue angle of 83.74º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DA146 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 161 70 -
CMYK 0.22 0 0.57 0.37
HSL 83.74º 0.39% 0.45% -
HSV(B) 83.74º 0.57% 0.63% -
XYZ 22.31 30.29 10.47 -
YUV 139.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 125 161 70 0.22 0 0.57 0.37 83.74 0.39 0.45
Hex 7D A1 46 16 0 39 25 54 27 2D
Octal 175 241 106 26 0 71 45 124 47 55
Binary 1111101 10100001 1000110 10110 0 111001 100101 1010100 100111 101101

Color Harmonies of #7DA146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA146

Black with #7DA146

Text Example


Text Example

White with #7DA146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,161,70); }

 H1.HeaderClassName
 {
   color: #7DA146;
 }
 .AnyTagClassName
 {
   color: #7DA146;
 }
</style>

background-color css

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

 a { background-color: rgb(125,161,70); }

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

border-color css

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

 span { border-color: rgb(125,161,70); }

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