Html Css Color HEX #7FAD32 Sushi

📋 copy color: '#7FAD32'

red 127 ◦ green 173 ◦ blue 50

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

Shades of Sushi #7FAD32

Tints of Sushi #7FAD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.43%

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

R = 36.29%
G = 49.43%
B = 14.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#7FAD32 (or 0x7FAD32) is known color: Sushi. HEX triplet: 7F, AD and 32. RGB value is (127,173,50). Sum of RGB (Red+Green+Blue) = 127+173+50=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAD32 is #8052CD. Grayscale: #919191. Windows color (decimal): -8409806 or 3321215. OLE color: 3321215.

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

Color convert

RGB 127 173 50 -
CMYK 0.27 0 0.71 0.32
HSL 82.44º 0.55% 0.44% -
HSV(B) 82.44º 0.71% 0.68% -
XYZ 24.27 34.63 8.42 -
YUV 145.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 127 173 50 0.27 0 0.71 0.32 82.44 0.55 0.44
Hex 7F AD 32 1B 0 47 20 52 37 2C
Octal 177 255 62 33 0 107 40 122 67 54
Binary 1111111 10101101 110010 11011 0 1000111 100000 1010010 110111 101100

Color Harmonies of #7FAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD32

Black with #7FAD32

Text Example


Text Example

White with #7FAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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