Html Css Color HEX #7FA13B Sushi

📋 copy color: '#7FA13B'

red 127 ◦ green 161 ◦ blue 59

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

Shades of Sushi #7FA13B

Tints of Sushi #7FA13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17%

R = 36.6%
G = 46.4%
B = 17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#7FA13B (or 0x7FA13B) is known color: Sushi. HEX triplet: 7F, A1 and 3B. RGB value is (127,161,59). Sum of RGB (Red+Green+Blue) = 127+161+59=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA13B is #805EC4. Grayscale: #8B8B8B. Windows color (decimal): -8412869 or 3907967. OLE color: 3907967.

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

Color convert

RGB 127 161 59 -
CMYK 0.21 0 0.63 0.37
HSL 80º 0.46% 0.43% -
HSV(B) 80º 0.63% 0.63% -
XYZ 22.29 30.32 8.81 -
YUV 139.21 82.74 119.29 -
System Red Green Blue C M Y K H S L
Decimal 127 161 59 0.21 0 0.63 0.37 80 0.46 0.43
Hex 7F A1 3B 15 0 3F 25 50 2E 2B
Octal 177 241 73 25 0 77 45 120 56 53
Binary 1111111 10100001 111011 10101 0 111111 100101 1010000 101110 101011

Color Harmonies of #7FA13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA13B

Black with #7FA13B

Text Example


Text Example

White with #7FA13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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