Html Css Color HEX #7FAC32 Sushi

📋 copy color: '#7FAC32'

red 127 ◦ green 172 ◦ blue 50

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

Shades of Sushi #7FAC32

Tints of Sushi #7FAC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.28%

 BLUE value IS 50 (19.92% from 255) = 14.33%

R = 36.39%
G = 49.28%
B = 14.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#7FAC32 (or 0x7FAC32) is known color: Sushi. HEX triplet: 7F, AC and 32. RGB value is (127,172,50). Sum of RGB (Red+Green+Blue) = 127+172+50=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAC32 is #8053CD. Grayscale: #919191. Windows color (decimal): -8410062 or 3320959. OLE color: 3320959.

HSL color Cylindrical-coordinate representation of color #7FAC32: hue angle of 82.13º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FAC32 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 172 50 -
CMYK 0.26 0 0.71 0.33
HSL 82.13º 0.55% 0.44% -
HSV(B) 82.13º 0.71% 0.67% -
XYZ 24.08 34.25 8.36 -
YUV 144.64 74.59 115.42 -
System Red Green Blue C M Y K H S L
Decimal 127 172 50 0.26 0 0.71 0.33 82.13 0.55 0.44
Hex 7F AC 32 1A 0 47 21 52 37 2C
Octal 177 254 62 32 0 107 41 122 67 54
Binary 1111111 10101100 110010 11010 0 1000111 100001 1010010 110111 101100

Color Harmonies of #7FAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAC32

Black with #7FAC32

Text Example


Text Example

White with #7FAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,172,50); }

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

background-color css

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

 a { background-color: rgb(127,172,50); }

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

border-color css

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

 span { border-color: rgb(127,172,50); }

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