Html Css Color HEX #7DAC41 Sushi

📋 copy color: '#7DAC41'

red 125 ◦ green 172 ◦ blue 65

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

Shades of Sushi #7DAC41

Tints of Sushi #7DAC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 34.53%
G = 47.51%
B = 17.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#7DAC41 (or 0x7DAC41) is known color: Sushi. HEX triplet: 7D, AC and 41. RGB value is (125,172,65). Sum of RGB (Red+Green+Blue) = 125+172+65=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC41 is #8253BE. Grayscale: #929292. Windows color (decimal): -8541119 or 4303997. OLE color: 4303997.

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

Color convert

RGB 125 172 65 -
CMYK 0.27 0 0.62 0.33
HSL 86.36º 0.45% 0.46% -
HSV(B) 86.36º 0.62% 0.67% -
XYZ 24.16 34.25 10.34 -
YUV 145.75 82.43 113.2 -
System Red Green Blue C M Y K H S L
Decimal 125 172 65 0.27 0 0.62 0.33 86.36 0.45 0.46
Hex 7D AC 41 1B 0 3E 21 56 2D 2E
Octal 175 254 101 33 0 76 41 126 55 56
Binary 1111101 10101100 1000001 11011 0 111110 100001 1010110 101101 101110

Color Harmonies of #7DAC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC41

Black with #7DAC41

Text Example


Text Example

White with #7DAC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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