Html Css Color HEX #7DA82F Sushi

📋 copy color: '#7DA82F'

red 125 ◦ green 168 ◦ blue 47

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

Shades of Sushi #7DA82F

Tints of Sushi #7DA82F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.41%

 BLUE value IS 47 (18.75% from 255) = 13.82%

R = 36.76%
G = 49.41%
B = 13.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#7DA82F (or 0x7DA82F) is known color: Sushi. HEX triplet: 7D, A8 and 2F. RGB value is (125,168,47). Sum of RGB (Red+Green+Blue) = 125+168+47=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA82F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA82F is #8257D0. Grayscale: #8D8D8D. Windows color (decimal): -8542161 or 3123325. OLE color: 3123325.

HSL color Cylindrical-coordinate representation of color #7DA82F: hue angle of 81.32º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DA82F is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 168 47 -
CMYK 0.26 0 0.72 0.34
HSL 81.32º 0.56% 0.42% -
HSV(B) 81.32º 0.72% 0.66% -
XYZ 22.97 32.57 7.77 -
YUV 141.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 125 168 47 0.26 0 0.72 0.34 81.32 0.56 0.42
Hex 7D A8 2F 1A 0 48 22 51 38 2A
Octal 175 250 57 32 0 110 42 121 70 52
Binary 1111101 10101000 101111 11010 0 1001000 100010 1010001 111000 101010

Color Harmonies of #7DA82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA82F

Black with #7DA82F

Text Example


Text Example

White with #7DA82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,168,47); }

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

background-color css

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

 a { background-color: rgb(125,168,47); }

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

border-color css

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

 span { border-color: rgb(125,168,47); }

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