Html Css Color HEX #7FA139 Sushi

📋 copy color: '#7FA139'

red 127 ◦ green 161 ◦ blue 57

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

Shades of Sushi #7FA139

Tints of Sushi #7FA139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.52%

R = 36.81%
G = 46.67%
B = 16.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#7FA139 (or 0x7FA139) is known color: Sushi. HEX triplet: 7F, A1 and 39. RGB value is (127,161,57). Sum of RGB (Red+Green+Blue) = 127+161+57=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA139 is #805EC6. Grayscale: #8B8B8B. Windows color (decimal): -8412871 or 3776895. OLE color: 3776895.

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

Color convert

RGB 127 161 57 -
CMYK 0.21 0 0.65 0.37
HSL 79.62º 0.48% 0.43% -
HSV(B) 79.62º 0.65% 0.63% -
XYZ 22.24 30.3 8.55 -
YUV 138.98 81.74 119.46 -
System Red Green Blue C M Y K H S L
Decimal 127 161 57 0.21 0 0.65 0.37 79.62 0.48 0.43
Hex 7F A1 39 15 0 41 25 50 30 2B
Octal 177 241 71 25 0 101 45 120 60 53
Binary 1111111 10100001 111001 10101 0 1000001 100101 1010000 110000 101011

Color Harmonies of #7FA139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA139

Black with #7FA139

Text Example


Text Example

White with #7FA139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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