Html Css Color HEX #7E9425 Sushi

📋 copy color: '#7E9425'

red 126 ◦ green 148 ◦ blue 37

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

Shades of Sushi #7E9425

Tints of Sushi #7E9425

RGB

 RED value IS 126 (49.61% from 255) = 40.51%

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

 BLUE value IS 37 (14.84% from 255) = 11.9%

R = 40.51%
G = 47.59%
B = 11.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#7E9425 (or 0x7E9425) is known color: Sushi. HEX triplet: 7E, 94 and 25. RGB value is (126,148,37). Sum of RGB (Red+Green+Blue) = 126+148+37=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #7E9425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9425 is #816BDA. Grayscale: #818181. Windows color (decimal): -8481755 or 2462846. OLE color: 2462846.

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

Color convert

RGB 126 148 37 -
CMYK 0.15 0 0.75 0.42
HSL 71.89º 0.6% 0.36% -
HSV(B) 71.89º 0.75% 0.58% -
XYZ 19.53 25.75 5.69 -
YUV 128.77 76.21 126.03 -
System Red Green Blue C M Y K H S L
Decimal 126 148 37 0.15 0 0.75 0.42 71.89 0.6 0.36
Hex 7E 94 25 F 0 4B 2A 48 3C 24
Octal 176 224 45 17 0 113 52 110 74 44
Binary 1111110 10010100 100101 1111 0 1001011 101010 1001000 111100 100100

Color Harmonies of #7E9425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9425

Black with #7E9425

Text Example


Text Example

White with #7E9425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,148,37); }

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

background-color css

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

 a { background-color: rgb(126,148,37); }

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

border-color css

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

 span { border-color: rgb(126,148,37); }

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