Html Css Color HEX #7F9F21 Sushi

📋 copy color: '#7F9F21'

red 127 ◦ green 159 ◦ blue 33

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

Shades of Sushi #7F9F21

Tints of Sushi #7F9F21

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.84%

 BLUE value IS 33 (13.28% from 255) = 10.34%

R = 39.81%
G = 49.84%
B = 10.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#7F9F21 (or 0x7F9F21) is known color: Sushi. HEX triplet: 7F, 9F and 21. RGB value is (127,159,33). Sum of RGB (Red+Green+Blue) = 127+159+33=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9F21 is #8060DE. Grayscale: #878787. Windows color (decimal): -8413407 or 2203519. OLE color: 2203519.

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

Color convert

RGB 127 159 33 -
CMYK 0.20 0 0.79 0.38
HSL 75.24º 0.66% 0.38% -
HSV(B) 75.24º 0.79% 0.62% -
XYZ 21.43 29.42 5.99 -
YUV 135.07 70.4 122.25 -
System Red Green Blue C M Y K H S L
Decimal 127 159 33 0.20 0 0.79 0.38 75.24 0.66 0.38
Hex 7F 9F 21 14 0 4F 26 4B 42 26
Octal 177 237 41 24 0 117 46 113 102 46
Binary 1111111 10011111 100001 10100 0 1001111 100110 1001011 1000010 100110

Color Harmonies of #7F9F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9F21

Black with #7F9F21

Text Example


Text Example

White with #7F9F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,159,33); }

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

background-color css

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

 a { background-color: rgb(127,159,33); }

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

border-color css

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

 span { border-color: rgb(127,159,33); }

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