Html Css Color HEX #7DA129 Sushi

📋 copy color: '#7DA129'

red 125 ◦ green 161 ◦ blue 41

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

Shades of Sushi #7DA129

Tints of Sushi #7DA129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.54%

R = 38.23%
G = 49.24%
B = 12.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#7DA129 (or 0x7DA129) is known color: Sushi. HEX triplet: 7D, A1 and 29. RGB value is (125,161,41). Sum of RGB (Red+Green+Blue) = 125+161+41=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA129 is #825ED6. Grayscale: #898989. Windows color (decimal): -8543959 or 2728317. OLE color: 2728317.

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

Color convert

RGB 125 161 41 -
CMYK 0.22 0 0.75 0.37
HSL 78º 0.59% 0.4% -
HSV(B) 78º 0.75% 0.63% -
XYZ 21.6 30.01 6.75 -
YUV 136.56 74.07 119.76 -
System Red Green Blue C M Y K H S L
Decimal 125 161 41 0.22 0 0.75 0.37 78 0.59 0.4
Hex 7D A1 29 16 0 4B 25 4E 3B 28
Octal 175 241 51 26 0 113 45 116 73 50
Binary 1111101 10100001 101001 10110 0 1001011 100101 1001110 111011 101000

Color Harmonies of #7DA129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA129

Black with #7DA129

Text Example


Text Example

White with #7DA129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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