Html Css Color HEX #7E982C Sushi

📋 copy color: '#7E982C'

red 126 ◦ green 152 ◦ blue 44

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

Shades of Sushi #7E982C

Tints of Sushi #7E982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.2%

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 39.13%
G = 47.2%
B = 13.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#7E982C (or 0x7E982C) is known color: Sushi. HEX triplet: 7E, 98 and 2C. RGB value is (126,152,44). Sum of RGB (Red+Green+Blue) = 126+152+44=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #7E982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E982C is #8167D3. Grayscale: #848484. Windows color (decimal): -8480724 or 2922622. OLE color: 2922622.

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

Color convert

RGB 126 152 44 -
CMYK 0.17 0 0.71 0.40
HSL 74.44º 0.55% 0.38% -
HSV(B) 74.44º 0.71% 0.6% -
XYZ 20.29 27.07 6.54 -
YUV 131.91 78.39 123.78 -
System Red Green Blue C M Y K H S L
Decimal 126 152 44 0.17 0 0.71 0.40 74.44 0.55 0.38
Hex 7E 98 2C 11 0 47 28 4A 37 26
Octal 176 230 54 21 0 107 50 112 67 46
Binary 1111110 10011000 101100 10001 0 1000111 101000 1001010 110111 100110

Color Harmonies of #7E982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E982C

Black with #7E982C

Text Example


Text Example

White with #7E982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,152,44); }

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

background-color css

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

 a { background-color: rgb(126,152,44); }

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

border-color css

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

 span { border-color: rgb(126,152,44); }

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