Html Css Color HEX #7DAC40 Sushi

📋 copy color: '#7DAC40'

red 125 ◦ green 172 ◦ blue 64

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

Shades of Sushi #7DAC40

Tints of Sushi #7DAC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.65%

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 34.63%
G = 47.65%
B = 17.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#7DAC40 (or 0x7DAC40) is known color: Sushi. HEX triplet: 7D, AC and 40. RGB value is (125,172,64). Sum of RGB (Red+Green+Blue) = 125+172+64=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC40 is #8253BF. Grayscale: #929292. Windows color (decimal): -8541120 or 4238461. OLE color: 4238461.

HSL color Cylindrical-coordinate representation of color #7DAC40: hue angle of 86.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DAC40 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 64 -
CMYK 0.27 0 0.63 0.33
HSL 86.11º 0.46% 0.46% -
HSV(B) 86.11º 0.63% 0.67% -
XYZ 24.14 34.24 10.19 -
YUV 145.64 81.93 113.28 -
System Red Green Blue C M Y K H S L
Decimal 125 172 64 0.27 0 0.63 0.33 86.11 0.46 0.46
Hex 7D AC 40 1B 0 3F 21 56 2E 2E
Octal 175 254 100 33 0 77 41 126 56 56
Binary 1111101 10101100 1000000 11011 0 111111 100001 1010110 101110 101110

Color Harmonies of #7DAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC40

Black with #7DAC40

Text Example


Text Example

White with #7DAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,64); }

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

background-color css

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

 a { background-color: rgb(125,172,64); }

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

border-color css

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

 span { border-color: rgb(125,172,64); }

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