Html Css Color HEX #7D9E20 Sushi

📋 copy color: '#7D9E20'

red 125 ◦ green 158 ◦ blue 32

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

Shades of Sushi #7D9E20

Tints of Sushi #7D9E20

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.16%

 BLUE value IS 32 (12.89% from 255) = 10.16%

R = 39.68%
G = 50.16%
B = 10.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#7D9E20 (or 0x7D9E20) is known color: Sushi. HEX triplet: 7D, 9E and 20. RGB value is (125,158,32). Sum of RGB (Red+Green+Blue) = 125+158+32=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9E20 is #8261DF. Grayscale: #868686. Windows color (decimal): -8544736 or 2137725. OLE color: 2137725.

HSL color Cylindrical-coordinate representation of color #7D9E20: hue angle of 75.71º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D9E20 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 158 32 -
CMYK 0.21 0 0.80 0.38
HSL 75.71º 0.66% 0.37% -
HSV(B) 75.71º 0.8% 0.62% -
XYZ 20.95 28.92 5.84 -
YUV 133.77 70.57 121.75 -
System Red Green Blue C M Y K H S L
Decimal 125 158 32 0.21 0 0.80 0.38 75.71 0.66 0.37
Hex 7D 9E 20 15 0 50 26 4C 42 25
Octal 175 236 40 25 0 120 46 114 102 45
Binary 1111101 10011110 100000 10101 0 1010000 100110 1001100 1000010 100101

Color Harmonies of #7D9E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9E20

Black with #7D9E20

Text Example


Text Example

White with #7D9E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,158,32); }

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

background-color css

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

 a { background-color: rgb(125,158,32); }

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

border-color css

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

 span { border-color: rgb(125,158,32); }

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