Html Css Color HEX #7DA145 Sushi

📋 copy color: '#7DA145'

red 125 ◦ green 161 ◦ blue 69

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

Shades of Sushi #7DA145

Tints of Sushi #7DA145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 35.21%
G = 45.35%
B = 19.44%

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

#7DA145 (or 0x7DA145) is known color: Sushi. HEX triplet: 7D, A1 and 45. RGB value is (125,161,69). Sum of RGB (Red+Green+Blue) = 125+161+69=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA145 is #825EBA. Grayscale: #8C8C8C. Windows color (decimal): -8543931 or 4563325. OLE color: 4563325.

HSL color Cylindrical-coordinate representation of color #7DA145: hue angle of 83.48º degrees, saturation: 0.4, 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 #7DA145 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 161 69 -
CMYK 0.22 0 0.57 0.37
HSL 83.48º 0.4% 0.45% -
HSV(B) 83.48º 0.57% 0.63% -
XYZ 22.28 30.28 10.3 -
YUV 139.75 88.07 117.48 -
System Red Green Blue C M Y K H S L
Decimal 125 161 69 0.22 0 0.57 0.37 83.48 0.4 0.45
Hex 7D A1 45 16 0 39 25 53 28 2D
Octal 175 241 105 26 0 71 45 123 50 55
Binary 1111101 10100001 1000101 10110 0 111001 100101 1010011 101000 101101

Color Harmonies of #7DA145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA145

Black with #7DA145

Text Example


Text Example

White with #7DA145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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