Html Css Color HEX #7FA136 Sushi

📋 copy color: '#7FA136'

red 127 ◦ green 161 ◦ blue 54

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

Shades of Sushi #7FA136

Tints of Sushi #7FA136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.79%

R = 37.13%
G = 47.08%
B = 15.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#7FA136 (or 0x7FA136) is known color: Sushi. HEX triplet: 7F, A1 and 36. RGB value is (127,161,54). Sum of RGB (Red+Green+Blue) = 127+161+54=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA136 is #805EC9. Grayscale: #8B8B8B. Windows color (decimal): -8412874 or 3580287. OLE color: 3580287.

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

Color convert

RGB 127 161 54 -
CMYK 0.21 0 0.66 0.37
HSL 79.07º 0.5% 0.42% -
HSV(B) 79.07º 0.66% 0.63% -
XYZ 22.16 30.27 8.16 -
YUV 138.64 80.24 119.7 -
System Red Green Blue C M Y K H S L
Decimal 127 161 54 0.21 0 0.66 0.37 79.07 0.5 0.42
Hex 7F A1 36 15 0 42 25 4F 32 2A
Octal 177 241 66 25 0 102 45 117 62 52
Binary 1111111 10100001 110110 10101 0 1000010 100101 1001111 110010 101010

Color Harmonies of #7FA136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA136

Black with #7FA136

Text Example


Text Example

White with #7FA136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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