Html Css Color HEX #7DA138 Sushi

📋 copy color: '#7DA138'

red 125 ◦ green 161 ◦ blue 56

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

Shades of Sushi #7DA138

Tints of Sushi #7DA138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.37%

R = 36.55%
G = 47.08%
B = 16.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#7DA138 (or 0x7DA138) is known color: Sushi. HEX triplet: 7D, A1 and 38. RGB value is (125,161,56). Sum of RGB (Red+Green+Blue) = 125+161+56=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA138 is #825EC7. Grayscale: #8A8A8A. Windows color (decimal): -8543944 or 3711357. OLE color: 3711357.

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

Color convert

RGB 125 161 56 -
CMYK 0.22 0 0.65 0.37
HSL 80.57º 0.48% 0.43% -
HSV(B) 80.57º 0.65% 0.63% -
XYZ 21.92 30.14 8.4 -
YUV 138.27 81.57 118.54 -
System Red Green Blue C M Y K H S L
Decimal 125 161 56 0.22 0 0.65 0.37 80.57 0.48 0.43
Hex 7D A1 38 16 0 41 25 51 30 2B
Octal 175 241 70 26 0 101 45 121 60 53
Binary 1111101 10100001 111000 10110 0 1000001 100101 1010001 110000 101011

Color Harmonies of #7DA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA138

Black with #7DA138

Text Example


Text Example

White with #7DA138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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