Html Css Color HEX #7F992E Sushi

📋 copy color: '#7F992E'

red 127 ◦ green 153 ◦ blue 46

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

Shades of Sushi #7F992E

Tints of Sushi #7F992E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.11%

R = 38.96%
G = 46.93%
B = 14.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#7F992E (or 0x7F992E) is known color: Sushi. HEX triplet: 7F, 99 and 2E. RGB value is (127,153,46). Sum of RGB (Red+Green+Blue) = 127+153+46=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #7F992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F992E is #8066D1. Grayscale: #858585. Windows color (decimal): -8414930 or 3053951. OLE color: 3053951.

HSL color Cylindrical-coordinate representation of color #7F992E: hue angle of 74.58º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F992E is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 153 46 -
CMYK 0.17 0 0.70 0.4
HSL 74.58º 0.54% 0.39% -
HSV(B) 74.58º 0.7% 0.6% -
XYZ 20.64 27.49 6.8 -
YUV 133.03 78.89 123.7 -
System Red Green Blue C M Y K H S L
Decimal 127 153 46 0.17 0 0.70 0.4 74.58 0.54 0.39
Hex 7F 99 2E 11 0 46 28 4B 36 27
Octal 177 231 56 21 0 106 50 113 66 47
Binary 1111111 10011001 101110 10001 0 1000110 101000 1001011 110110 100111

Color Harmonies of #7F992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F992E

Black with #7F992E

Text Example


Text Example

White with #7F992E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,153,46); }

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

background-color css

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

 a { background-color: rgb(127,153,46); }

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

border-color css

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

 span { border-color: rgb(127,153,46); }

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