Html Css Color HEX #7D9A28 Sushi

📋 copy color: '#7D9A28'

red 125 ◦ green 154 ◦ blue 40

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

Shades of Sushi #7D9A28

Tints of Sushi #7D9A28

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.28%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 39.18%
G = 48.28%
B = 12.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#7D9A28 (or 0x7D9A28) is known color: Sushi. HEX triplet: 7D, 9A and 28. RGB value is (125,154,40). Sum of RGB (Red+Green+Blue) = 125+154+40=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #7D9A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9A28 is #8265D7. Grayscale: #848484. Windows color (decimal): -8545752 or 2660989. OLE color: 2660989.

HSL color Cylindrical-coordinate representation of color #7D9A28: hue angle of 75.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D9A28 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 125 154 40 -
CMYK 0.19 0 0.74 0.40
HSL 75.26º 0.59% 0.38% -
HSV(B) 75.26º 0.74% 0.6% -
XYZ 20.4 27.62 6.26 -
YUV 132.33 75.89 122.77 -
System Red Green Blue C M Y K H S L
Decimal 125 154 40 0.19 0 0.74 0.40 75.26 0.59 0.38
Hex 7D 9A 28 13 0 4A 28 4B 3B 26
Octal 175 232 50 23 0 112 50 113 73 46
Binary 1111101 10011010 101000 10011 0 1001010 101000 1001011 111011 100110

Color Harmonies of #7D9A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9A28

Black with #7D9A28

Text Example


Text Example

White with #7D9A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,154,40); }

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

background-color css

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

 a { background-color: rgb(125,154,40); }

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

border-color css

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

 span { border-color: rgb(125,154,40); }

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