Html Css Color HEX #7DA136 Sushi

📋 copy color: '#7DA136'

red 125 ◦ green 161 ◦ blue 54

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

Shades of Sushi #7DA136

Tints of Sushi #7DA136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.88%

R = 36.76%
G = 47.35%
B = 15.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#7DA136 (or 0x7DA136) is known color: Sushi. HEX triplet: 7D, A1 and 36. RGB value is (125,161,54). Sum of RGB (Red+Green+Blue) = 125+161+54=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA136 is #825EC9. Grayscale: #8A8A8A. Windows color (decimal): -8543946 or 3580285. OLE color: 3580285.

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

Color convert

RGB 125 161 54 -
CMYK 0.22 0 0.66 0.37
HSL 80.19º 0.5% 0.42% -
HSV(B) 80.19º 0.66% 0.63% -
XYZ 21.87 30.12 8.15 -
YUV 138.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 125 161 54 0.22 0 0.66 0.37 80.19 0.5 0.42
Hex 7D A1 36 16 0 42 25 50 32 2A
Octal 175 241 66 26 0 102 45 120 62 52
Binary 1111101 10100001 110110 10110 0 1000010 100101 1010000 110010 101010

Color Harmonies of #7DA136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA136

Black with #7DA136

Text Example


Text Example

White with #7DA136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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