Html Css Color HEX #7DA031 Sushi

📋 copy color: '#7DA031'

red 125 ◦ green 160 ◦ blue 49

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

Shades of Sushi #7DA031

Tints of Sushi #7DA031

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.9%

 BLUE value IS 49 (19.53% from 255) = 14.67%

R = 37.43%
G = 47.9%
B = 14.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#7DA031 (or 0x7DA031) is known color: Sushi. HEX triplet: 7D, A0 and 31. RGB value is (125,160,49). Sum of RGB (Red+Green+Blue) = 125+160+49=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA031 is #825FCE. Grayscale: #898989. Windows color (decimal): -8544207 or 3252349. OLE color: 3252349.

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

Color convert

RGB 125 160 49 -
CMYK 0.22 0 0.69 0.37
HSL 78.92º 0.53% 0.41% -
HSV(B) 78.92º 0.69% 0.63% -
XYZ 21.58 29.72 7.51 -
YUV 136.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 125 160 49 0.22 0 0.69 0.37 78.92 0.53 0.41
Hex 7D A0 31 16 0 45 25 4F 35 29
Octal 175 240 61 26 0 105 45 117 65 51
Binary 1111101 10100000 110001 10110 0 1000101 100101 1001111 110101 101001

Color Harmonies of #7DA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA031

Black with #7DA031

Text Example


Text Example

White with #7DA031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,160,49); }

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

background-color css

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

 a { background-color: rgb(125,160,49); }

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

border-color css

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

 span { border-color: rgb(125,160,49); }

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