Html Css Color HEX #7FA12F Sushi

📋 copy color: '#7FA12F'

red 127 ◦ green 161 ◦ blue 47

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

Shades of Sushi #7FA12F

Tints of Sushi #7FA12F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.06%

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 37.91%
G = 48.06%
B = 14.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#7FA12F (or 0x7FA12F) is known color: Sushi. HEX triplet: 7F, A1 and 2F. RGB value is (127,161,47). Sum of RGB (Red+Green+Blue) = 127+161+47=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA12F is #805ED0. Grayscale: #8A8A8A. Windows color (decimal): -8412881 or 3121535. OLE color: 3121535.

HSL color Cylindrical-coordinate representation of color #7FA12F: hue angle of 77.89º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FA12F is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 127 161 47 -
CMYK 0.21 0 0.71 0.37
HSL 77.89º 0.55% 0.41% -
HSV(B) 77.89º 0.71% 0.63% -
XYZ 22.01 30.21 7.36 -
YUV 137.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 127 161 47 0.21 0 0.71 0.37 77.89 0.55 0.41
Hex 7F A1 2F 15 0 47 25 4E 37 29
Octal 177 241 57 25 0 107 45 116 67 51
Binary 1111111 10100001 101111 10101 0 1000111 100101 1001110 110111 101001

Color Harmonies of #7FA12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA12F

Black with #7FA12F

Text Example


Text Example

White with #7FA12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,161,47); }

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

background-color css

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

 a { background-color: rgb(127,161,47); }

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

border-color css

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

 span { border-color: rgb(127,161,47); }

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