Html Css Color HEX #7DA32F Sushi

📋 copy color: '#7DA32F'

red 125 ◦ green 163 ◦ blue 47

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

Shades of Sushi #7DA32F

Tints of Sushi #7DA32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.66%

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

R = 37.31%
G = 48.66%
B = 14.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#7DA32F (or 0x7DA32F) is known color: Sushi. HEX triplet: 7D, A3 and 2F. RGB value is (125,163,47). Sum of RGB (Red+Green+Blue) = 125+163+47=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA32F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA32F is #825CD0. Grayscale: #8A8A8A. Windows color (decimal): -8543441 or 3122045. OLE color: 3122045.

HSL color Cylindrical-coordinate representation of color #7DA32F: hue angle of 79.66º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DA32F is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 163 47 -
CMYK 0.23 0 0.71 0.36
HSL 79.66º 0.55% 0.41% -
HSV(B) 79.66º 0.71% 0.64% -
XYZ 22.07 30.76 7.46 -
YUV 138.41 76.41 118.43 -
System Red Green Blue C M Y K H S L
Decimal 125 163 47 0.23 0 0.71 0.36 79.66 0.55 0.41
Hex 7D A3 2F 17 0 47 24 50 37 29
Octal 175 243 57 27 0 107 44 120 67 51
Binary 1111101 10100011 101111 10111 0 1000111 100100 1010000 110111 101001

Color Harmonies of #7DA32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA32F

Black with #7DA32F

Text Example


Text Example

White with #7DA32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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