Html Css Color HEX #7DA62B Sushi

📋 copy color: '#7DA62B'

red 125 ◦ green 166 ◦ blue 43

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

Shades of Sushi #7DA62B

Tints of Sushi #7DA62B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.7%

 BLUE value IS 43 (17.19% from 255) = 12.87%

R = 37.43%
G = 49.7%
B = 12.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#7DA62B (or 0x7DA62B) is known color: Sushi. HEX triplet: 7D, A6 and 2B. RGB value is (125,166,43). Sum of RGB (Red+Green+Blue) = 125+166+43=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA62B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA62B is #8259D4. Grayscale: #8C8C8C. Windows color (decimal): -8542677 or 2860669. OLE color: 2860669.

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

Color convert

RGB 125 166 43 -
CMYK 0.25 0 0.74 0.35
HSL 80º 0.59% 0.41% -
HSV(B) 80º 0.74% 0.65% -
XYZ 22.53 31.81 7.24 -
YUV 139.72 73.42 117.5 -
System Red Green Blue C M Y K H S L
Decimal 125 166 43 0.25 0 0.74 0.35 80 0.59 0.41
Hex 7D A6 2B 19 0 4A 23 50 3B 29
Octal 175 246 53 31 0 112 43 120 73 51
Binary 1111101 10100110 101011 11001 0 1001010 100011 1010000 111011 101001

Color Harmonies of #7DA62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA62B

Black with #7DA62B

Text Example


Text Example

White with #7DA62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,166,43); }

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

background-color css

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

 a { background-color: rgb(125,166,43); }

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

border-color css

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

 span { border-color: rgb(125,166,43); }

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