Html Css Color HEX #7FAD33 Sushi

📋 copy color: '#7FAD33'

red 127 ◦ green 173 ◦ blue 51

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

Shades of Sushi #7FAD33

Tints of Sushi #7FAD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.53%

R = 36.18%
G = 49.29%
B = 14.53%

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

#7FAD33 (or 0x7FAD33) is known color: Sushi. HEX triplet: 7F, AD and 33. RGB value is (127,173,51). Sum of RGB (Red+Green+Blue) = 127+173+51=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAD33 is #8052CC. Grayscale: #919191. Windows color (decimal): -8409805 or 3386751. OLE color: 3386751.

HSL color Cylindrical-coordinate representation of color #7FAD33: hue angle of 82.62º degrees, saturation: 0.54, 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 #7FAD33 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 173 51 -
CMYK 0.27 0 0.71 0.32
HSL 82.62º 0.54% 0.44% -
HSV(B) 82.62º 0.71% 0.68% -
XYZ 24.29 34.64 8.54 -
YUV 145.34 74.76 114.92 -
System Red Green Blue C M Y K H S L
Decimal 127 173 51 0.27 0 0.71 0.32 82.62 0.54 0.44
Hex 7F AD 33 1B 0 47 20 53 36 2C
Octal 177 255 63 33 0 107 40 123 66 54
Binary 1111111 10101101 110011 11011 0 1000111 100000 1010011 110110 101100

Color Harmonies of #7FAD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD33

Black with #7FAD33

Text Example


Text Example

White with #7FAD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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