Html Css Color HEX #7FA125 Sushi

📋 copy color: '#7FA125'

red 127 ◦ green 161 ◦ blue 37

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

Shades of Sushi #7FA125

Tints of Sushi #7FA125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.38%

R = 39.08%
G = 49.54%
B = 11.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#7FA125 (or 0x7FA125) is known color: Sushi. HEX triplet: 7F, A1 and 25. RGB value is (127,161,37). Sum of RGB (Red+Green+Blue) = 127+161+37=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA125 is #805EDA. Grayscale: #898989. Windows color (decimal): -8412891 or 2466175. OLE color: 2466175.

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

Color convert

RGB 127 161 37 -
CMYK 0.21 0 0.77 0.37
HSL 76.45º 0.63% 0.39% -
HSV(B) 76.45º 0.77% 0.63% -
XYZ 21.83 30.14 6.42 -
YUV 136.7 71.74 121.08 -
System Red Green Blue C M Y K H S L
Decimal 127 161 37 0.21 0 0.77 0.37 76.45 0.63 0.39
Hex 7F A1 25 15 0 4D 25 4C 3F 27
Octal 177 241 45 25 0 115 45 114 77 47
Binary 1111111 10100001 100101 10101 0 1001101 100101 1001100 111111 100111

Color Harmonies of #7FA125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA125

Black with #7FA125

Text Example


Text Example

White with #7FA125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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