Html Css Color HEX #7DA72D Sushi

📋 copy color: '#7DA72D'

red 125 ◦ green 167 ◦ blue 45

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

Shades of Sushi #7DA72D

Tints of Sushi #7DA72D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.55%

 BLUE value IS 45 (17.97% from 255) = 13.35%

R = 37.09%
G = 49.55%
B = 13.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#7DA72D (or 0x7DA72D) is known color: Sushi. HEX triplet: 7D, A7 and 2D. RGB value is (125,167,45). Sum of RGB (Red+Green+Blue) = 125+167+45=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 167 (65.62% from 255 or 49.55% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA72D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA72D is #8258D2. Grayscale: #8C8C8C. Windows color (decimal): -8542419 or 2991997. OLE color: 2991997.

HSL color Cylindrical-coordinate representation of color #7DA72D: hue angle of 80.66º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DA72D is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 167 45 -
CMYK 0.25 0 0.73 0.35
HSL 80.66º 0.58% 0.42% -
HSV(B) 80.66º 0.73% 0.65% -
XYZ 22.75 32.19 7.5 -
YUV 140.53 74.09 116.92 -
System Red Green Blue C M Y K H S L
Decimal 125 167 45 0.25 0 0.73 0.35 80.66 0.58 0.42
Hex 7D A7 2D 19 0 49 23 51 3A 2A
Octal 175 247 55 31 0 111 43 121 72 52
Binary 1111101 10100111 101101 11001 0 1001001 100011 1010001 111010 101010

Color Harmonies of #7DA72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA72D

Black with #7DA72D

Text Example


Text Example

White with #7DA72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,167,45); }

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

background-color css

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

 a { background-color: rgb(125,167,45); }

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

border-color css

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

 span { border-color: rgb(125,167,45); }

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