Html Css Color HEX #7D9426 Sushi

📋 copy color: '#7D9426'

red 125 ◦ green 148 ◦ blue 38

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

Shades of Sushi #7D9426

Tints of Sushi #7D9426

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.59%

 BLUE value IS 38 (15.23% from 255) = 12.22%

R = 40.19%
G = 47.59%
B = 12.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#7D9426 (or 0x7D9426) is known color: Sushi. HEX triplet: 7D, 94 and 26. RGB value is (125,148,38). Sum of RGB (Red+Green+Blue) = 125+148+38=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9426 is #826BD9. Grayscale: #818181. Windows color (decimal): -8547290 or 2528381. OLE color: 2528381.

HSL color Cylindrical-coordinate representation of color #7D9426: hue angle of 72.55º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D9426 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 148 38 -
CMYK 0.16 0 0.74 0.42
HSL 72.55º 0.59% 0.36% -
HSV(B) 72.55º 0.74% 0.58% -
XYZ 19.4 25.68 5.77 -
YUV 128.58 76.88 125.44 -
System Red Green Blue C M Y K H S L
Decimal 125 148 38 0.16 0 0.74 0.42 72.55 0.59 0.36
Hex 7D 94 26 10 0 4A 2A 49 3B 24
Octal 175 224 46 20 0 112 52 111 73 44
Binary 1111101 10010100 100110 10000 0 1001010 101010 1001001 111011 100100

Color Harmonies of #7D9426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9426

Black with #7D9426

Text Example


Text Example

White with #7D9426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,148,38); }

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

background-color css

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

 a { background-color: rgb(125,148,38); }

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

border-color css

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

 span { border-color: rgb(125,148,38); }

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