Html Css Color HEX #7DA02C Sushi

📋 copy color: '#7DA02C'

red 125 ◦ green 160 ◦ blue 44

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

Shades of Sushi #7DA02C

Tints of Sushi #7DA02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.37%

R = 37.99%
G = 48.63%
B = 13.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#7DA02C (or 0x7DA02C) is known color: Sushi. HEX triplet: 7D, A0 and 2C. RGB value is (125,160,44). Sum of RGB (Red+Green+Blue) = 125+160+44=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA02C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA02C is #825FD3. Grayscale: #888888. Windows color (decimal): -8544212 or 2924669. OLE color: 2924669.

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

Color convert

RGB 125 160 44 -
CMYK 0.22 0 0.72 0.37
HSL 78.1º 0.57% 0.4% -
HSV(B) 78.1º 0.73% 0.63% -
XYZ 21.48 29.68 6.98 -
YUV 136.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 125 160 44 0.22 0 0.72 0.37 78.1 0.57 0.4
Hex 7D A0 2C 16 0 48 25 4E 39 28
Octal 175 240 54 26 0 110 45 116 71 50
Binary 1111101 10100000 101100 10110 0 1001000 100101 1001110 111001 101000

Color Harmonies of #7DA02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA02C

Black with #7DA02C

Text Example


Text Example

White with #7DA02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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