Html Css Color HEX #7E962A Sushi

📋 copy color: '#7E962A'

red 126 ◦ green 150 ◦ blue 42

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

Shades of Sushi #7E962A

Tints of Sushi #7E962A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.17%

 BLUE value IS 42 (16.8% from 255) = 13.21%

R = 39.62%
G = 47.17%
B = 13.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#7E962A (or 0x7E962A) is known color: Sushi. HEX triplet: 7E, 96 and 2A. RGB value is (126,150,42). Sum of RGB (Red+Green+Blue) = 126+150+42=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #7E962A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E962A is #8169D5. Grayscale: #828282. Windows color (decimal): -8481238 or 2791038. OLE color: 2791038.

HSL color Cylindrical-coordinate representation of color #7E962A: hue angle of 73.33º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E962A is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 126 150 42 -
CMYK 0.16 0 0.72 0.41
HSL 73.33º 0.56% 0.38% -
HSV(B) 73.33º 0.72% 0.59% -
XYZ 19.93 26.42 6.24 -
YUV 130.51 78.05 124.78 -
System Red Green Blue C M Y K H S L
Decimal 126 150 42 0.16 0 0.72 0.41 73.33 0.56 0.38
Hex 7E 96 2A 10 0 48 29 49 38 26
Octal 176 226 52 20 0 110 51 111 70 46
Binary 1111110 10010110 101010 10000 0 1001000 101001 1001001 111000 100110

Color Harmonies of #7E962A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E962A

Black with #7E962A

Text Example


Text Example

White with #7E962A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,150,42); }

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

background-color css

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

 a { background-color: rgb(126,150,42); }

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

border-color css

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

 span { border-color: rgb(126,150,42); }

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