Html Css Color HEX #7DA035 Sushi

📋 copy color: '#7DA035'

red 125 ◦ green 160 ◦ blue 53

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

Shades of Sushi #7DA035

Tints of Sushi #7DA035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.68%

R = 36.98%
G = 47.34%
B = 15.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#7DA035 (or 0x7DA035) is known color: Sushi. HEX triplet: 7D, A0 and 35. RGB value is (125,160,53). Sum of RGB (Red+Green+Blue) = 125+160+53=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA035 is #825FCA. Grayscale: #898989. Windows color (decimal): -8544203 or 3514493. OLE color: 3514493.

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

Color convert

RGB 125 160 53 -
CMYK 0.22 0 0.67 0.37
HSL 79.63º 0.5% 0.42% -
HSV(B) 79.63º 0.67% 0.63% -
XYZ 21.67 29.76 7.97 -
YUV 137.34 80.4 119.2 -
System Red Green Blue C M Y K H S L
Decimal 125 160 53 0.22 0 0.67 0.37 79.63 0.5 0.42
Hex 7D A0 35 16 0 43 25 50 32 2A
Octal 175 240 65 26 0 103 45 120 62 52
Binary 1111101 10100000 110101 10110 0 1000011 100101 1010000 110010 101010

Color Harmonies of #7DA035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA035

Black with #7DA035

Text Example


Text Example

White with #7DA035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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