Html Css Color HEX #7F9936 Sushi

📋 copy color: '#7F9936'

red 127 ◦ green 153 ◦ blue 54

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

Shades of Sushi #7F9936

Tints of Sushi #7F9936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.17%

R = 38.02%
G = 45.81%
B = 16.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#7F9936 (or 0x7F9936) is known color: Sushi. HEX triplet: 7F, 99 and 36. RGB value is (127,153,54). Sum of RGB (Red+Green+Blue) = 127+153+54=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9936 is #8066C9. Grayscale: #868686. Windows color (decimal): -8414922 or 3578239. OLE color: 3578239.

HSL color Cylindrical-coordinate representation of color #7F9936: hue angle of 75.76º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F9936 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 153 54 -
CMYK 0.17 0 0.65 0.4
HSL 75.76º 0.48% 0.41% -
HSV(B) 75.76º 0.65% 0.6% -
XYZ 20.81 27.56 7.71 -
YUV 133.94 82.89 123.05 -
System Red Green Blue C M Y K H S L
Decimal 127 153 54 0.17 0 0.65 0.4 75.76 0.48 0.41
Hex 7F 99 36 11 0 41 28 4C 30 29
Octal 177 231 66 21 0 101 50 114 60 51
Binary 1111111 10011001 110110 10001 0 1000001 101000 1001100 110000 101001

Color Harmonies of #7F9936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9936

Black with #7F9936

Text Example


Text Example

White with #7F9936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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