Html Css Color HEX #7FA231 Sushi

📋 copy color: '#7FA231'

red 127 ◦ green 162 ◦ blue 49

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

Shades of Sushi #7FA231

Tints of Sushi #7FA231

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.93%

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 37.57%
G = 47.93%
B = 14.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#7FA231 (or 0x7FA231) is known color: Sushi. HEX triplet: 7F, A2 and 31. RGB value is (127,162,49). Sum of RGB (Red+Green+Blue) = 127+162+49=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA231 is #805DCE. Grayscale: #8B8B8B. Windows color (decimal): -8412623 or 3252863. OLE color: 3252863.

HSL color Cylindrical-coordinate representation of color #7FA231: hue angle of 78.58º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FA231 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 162 49 -
CMYK 0.22 0 0.70 0.36
HSL 78.58º 0.54% 0.41% -
HSV(B) 78.58º 0.7% 0.64% -
XYZ 22.23 30.57 7.64 -
YUV 138.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 127 162 49 0.22 0 0.70 0.36 78.58 0.54 0.41
Hex 7F A2 31 16 0 46 24 4F 36 29
Octal 177 242 61 26 0 106 44 117 66 51
Binary 1111111 10100010 110001 10110 0 1000110 100100 1001111 110110 101001

Color Harmonies of #7FA231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA231

Black with #7FA231

Text Example


Text Example

White with #7FA231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,162,49); }

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

background-color css

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

 a { background-color: rgb(127,162,49); }

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

border-color css

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

 span { border-color: rgb(127,162,49); }

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