Html Css Color HEX #7F9D46 Sushi

📋 copy color: '#7F9D46'

red 127 ◦ green 157 ◦ blue 70

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

Shades of Sushi #7F9D46

Tints of Sushi #7F9D46

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.35%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 35.88%
G = 44.35%
B = 19.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#7F9D46 (or 0x7F9D46) is known color: Sushi. HEX triplet: 7F, 9D and 46. RGB value is (127,157,70). Sum of RGB (Red+Green+Blue) = 127+157+70=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9D46 is #8062B9. Grayscale: #8A8A8A. Windows color (decimal): -8413882 or 4627839. OLE color: 4627839.

HSL color Cylindrical-coordinate representation of color #7F9D46: hue angle of 80.69º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F9D46 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 157 70 -
CMYK 0.19 0 0.55 0.38
HSL 80.69º 0.38% 0.45% -
HSV(B) 80.69º 0.55% 0.62% -
XYZ 21.91 29.07 10.25 -
YUV 138.11 89.56 120.07 -
System Red Green Blue C M Y K H S L
Decimal 127 157 70 0.19 0 0.55 0.38 80.69 0.38 0.45
Hex 7F 9D 46 13 0 37 26 51 26 2D
Octal 177 235 106 23 0 67 46 121 46 55
Binary 1111111 10011101 1000110 10011 0 110111 100110 1010001 100110 101101

Color Harmonies of #7F9D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9D46

Black with #7F9D46

Text Example


Text Example

White with #7F9D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,157,70); }

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

background-color css

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

 a { background-color: rgb(127,157,70); }

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

border-color css

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

 span { border-color: rgb(127,157,70); }

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