Html Css Color HEX #7F9E31 Sushi

📋 copy color: '#7F9E31'

red 127 ◦ green 158 ◦ blue 49

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

Shades of Sushi #7F9E31

Tints of Sushi #7F9E31

RGB

 RED value IS 127 (50% from 255) = 38.02%

 GREEN value IS 158 (62.11% from 255) = 47.31%

 BLUE value IS 49 (19.53% from 255) = 14.67%

R = 38.02%
G = 47.31%
B = 14.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#7F9E31 (or 0x7F9E31) is known color: Sushi. HEX triplet: 7F, 9E and 31. RGB value is (127,158,49). Sum of RGB (Red+Green+Blue) = 127+158+49=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #7F9E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9E31 is #8061CE. Grayscale: #888888. Windows color (decimal): -8413647 or 3251839. OLE color: 3251839.

HSL color Cylindrical-coordinate representation of color #7F9E31: hue angle of 77.06º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F9E31 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 158 49 -
CMYK 0.20 0 0.69 0.38
HSL 77.06º 0.53% 0.41% -
HSV(B) 77.06º 0.69% 0.62% -
XYZ 21.53 29.19 7.4 -
YUV 136.31 78.73 121.36 -
System Red Green Blue C M Y K H S L
Decimal 127 158 49 0.20 0 0.69 0.38 77.06 0.53 0.41
Hex 7F 9E 31 14 0 45 26 4D 35 29
Octal 177 236 61 24 0 105 46 115 65 51
Binary 1111111 10011110 110001 10100 0 1000101 100110 1001101 110101 101001

Color Harmonies of #7F9E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9E31

Black with #7F9E31

Text Example


Text Example

White with #7F9E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,158,49); }

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

background-color css

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

 a { background-color: rgb(127,158,49); }

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

border-color css

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

 span { border-color: rgb(127,158,49); }

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