Html Css Color HEX #7E992B Sushi

📋 copy color: '#7E992B'

red 126 ◦ green 153 ◦ blue 43

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

Shades of Sushi #7E992B

Tints of Sushi #7E992B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.52%

 BLUE value IS 43 (17.19% from 255) = 13.35%

R = 39.13%
G = 47.52%
B = 13.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#7E992B (or 0x7E992B) is known color: Sushi. HEX triplet: 7E, 99 and 2B. RGB value is (126,153,43). Sum of RGB (Red+Green+Blue) = 126+153+43=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #7E992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E992B is #8166D4. Grayscale: #848484. Windows color (decimal): -8480469 or 2857342. OLE color: 2857342.

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

Color convert

RGB 126 153 43 -
CMYK 0.18 0 0.72 0.4
HSL 74.73º 0.56% 0.38% -
HSV(B) 74.73º 0.72% 0.6% -
XYZ 20.43 27.39 6.5 -
YUV 132.39 77.55 123.44 -
System Red Green Blue C M Y K H S L
Decimal 126 153 43 0.18 0 0.72 0.4 74.73 0.56 0.38
Hex 7E 99 2B 12 0 48 28 4B 38 26
Octal 176 231 53 22 0 110 50 113 70 46
Binary 1111110 10011001 101011 10010 0 1001000 101000 1001011 111000 100110

Color Harmonies of #7E992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E992B

Black with #7E992B

Text Example


Text Example

White with #7E992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,153,43); }

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

background-color css

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

 a { background-color: rgb(126,153,43); }

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

border-color css

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

 span { border-color: rgb(126,153,43); }

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