Html Css Color HEX #7F9938 Sushi

📋 copy color: '#7F9938'

red 127 ◦ green 153 ◦ blue 56

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

Shades of Sushi #7F9938

Tints of Sushi #7F9938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.67%

R = 37.8%
G = 45.54%
B = 16.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#7F9938 (or 0x7F9938) is known color: Sushi. HEX triplet: 7F, 99 and 38. RGB value is (127,153,56). Sum of RGB (Red+Green+Blue) = 127+153+56=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9938 is #8066C7. Grayscale: #868686. Windows color (decimal): -8414920 or 3709311. OLE color: 3709311.

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

Color convert

RGB 127 153 56 -
CMYK 0.17 0 0.63 0.4
HSL 76.08º 0.46% 0.41% -
HSV(B) 76.08º 0.63% 0.6% -
XYZ 20.86 27.58 7.97 -
YUV 134.17 83.89 122.89 -
System Red Green Blue C M Y K H S L
Decimal 127 153 56 0.17 0 0.63 0.4 76.08 0.46 0.41
Hex 7F 99 38 11 0 3F 28 4C 2E 29
Octal 177 231 70 21 0 77 50 114 56 51
Binary 1111111 10011001 111000 10001 0 111111 101000 1001100 101110 101001

Color Harmonies of #7F9938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9938

Black with #7F9938

Text Example


Text Example

White with #7F9938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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