Html Css Color HEX #7E942A Sushi

📋 copy color: '#7E942A'

red 126 ◦ green 148 ◦ blue 42

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

Shades of Sushi #7E942A

Tints of Sushi #7E942A

RGB

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

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

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

R = 39.87%
G = 46.84%
B = 13.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#7E942A (or 0x7E942A) is known color: Sushi. HEX triplet: 7E, 94 and 2A. RGB value is (126,148,42). Sum of RGB (Red+Green+Blue) = 126+148+42=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #7E942A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E942A is #816BD5. Grayscale: #818181. Windows color (decimal): -8481750 or 2790526. OLE color: 2790526.

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

Color convert

RGB 126 148 42 -
CMYK 0.15 0 0.72 0.42
HSL 72.45º 0.56% 0.37% -
HSV(B) 72.45º 0.72% 0.58% -
XYZ 19.61 25.78 6.13 -
YUV 129.34 78.71 125.62 -
System Red Green Blue C M Y K H S L
Decimal 126 148 42 0.15 0 0.72 0.42 72.45 0.56 0.37
Hex 7E 94 2A F 0 48 2A 48 38 25
Octal 176 224 52 17 0 110 52 110 70 45
Binary 1111110 10010100 101010 1111 0 1001000 101010 1001000 111000 100101

Color Harmonies of #7E942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E942A

Black with #7E942A

Text Example


Text Example

White with #7E942A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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