Html Css Color HEX #7DA02A Sushi

📋 copy color: '#7DA02A'

red 125 ◦ green 160 ◦ blue 42

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

Shades of Sushi #7DA02A

Tints of Sushi #7DA02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 38.23%
G = 48.93%
B = 12.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#7DA02A (or 0x7DA02A) is known color: Sushi. HEX triplet: 7D, A0 and 2A. RGB value is (125,160,42). Sum of RGB (Red+Green+Blue) = 125+160+42=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA02A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA02A is #825FD5. Grayscale: #888888. Windows color (decimal): -8544214 or 2793597. OLE color: 2793597.

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

Color convert

RGB 125 160 42 -
CMYK 0.22 0 0.74 0.37
HSL 77.8º 0.58% 0.4% -
HSV(B) 77.8º 0.74% 0.63% -
XYZ 21.45 29.67 6.79 -
YUV 136.08 74.9 120.09 -
System Red Green Blue C M Y K H S L
Decimal 125 160 42 0.22 0 0.74 0.37 77.8 0.58 0.4
Hex 7D A0 2A 16 0 4A 25 4E 3A 28
Octal 175 240 52 26 0 112 45 116 72 50
Binary 1111101 10100000 101010 10110 0 1001010 100101 1001110 111010 101000

Color Harmonies of #7DA02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA02A

Black with #7DA02A

Text Example


Text Example

White with #7DA02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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