Html Css Color HEX #7DAC37 Sushi

📋 copy color: '#7DAC37'

red 125 ◦ green 172 ◦ blue 55

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

Shades of Sushi #7DAC37

Tints of Sushi #7DAC37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.63%

R = 35.51%
G = 48.86%
B = 15.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#7DAC37 (or 0x7DAC37) is known color: Sushi. HEX triplet: 7D, AC and 37. RGB value is (125,172,55). Sum of RGB (Red+Green+Blue) = 125+172+55=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC37 is #8253C8. Grayscale: #919191. Windows color (decimal): -8541129 or 3648637. OLE color: 3648637.

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

Color convert

RGB 125 172 55 -
CMYK 0.27 0 0.68 0.33
HSL 84.1º 0.52% 0.45% -
HSV(B) 84.1º 0.68% 0.67% -
XYZ 23.9 34.14 8.94 -
YUV 144.61 77.43 114.01 -
System Red Green Blue C M Y K H S L
Decimal 125 172 55 0.27 0 0.68 0.33 84.1 0.52 0.45
Hex 7D AC 37 1B 0 44 21 54 34 2D
Octal 175 254 67 33 0 104 41 124 64 55
Binary 1111101 10101100 110111 11011 0 1000100 100001 1010100 110100 101101

Color Harmonies of #7DAC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC37

Black with #7DAC37

Text Example


Text Example

White with #7DAC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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