Html Css Color HEX #7FAD41 Sushi

📋 copy color: '#7FAD41'

red 127 ◦ green 173 ◦ blue 65

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

Shades of Sushi #7FAD41

Tints of Sushi #7FAD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 34.79%
G = 47.4%
B = 17.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#7FAD41 (or 0x7FAD41) is known color: Sushi. HEX triplet: 7F, AD and 41. RGB value is (127,173,65). Sum of RGB (Red+Green+Blue) = 127+173+65=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAD41 is #8052BE. Grayscale: #939393. Windows color (decimal): -8409791 or 4304255. OLE color: 4304255.

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

Color convert

RGB 127 173 65 -
CMYK 0.27 0 0.62 0.32
HSL 85.56º 0.45% 0.47% -
HSV(B) 85.56º 0.62% 0.68% -
XYZ 24.65 34.78 10.42 -
YUV 146.93 81.76 113.78 -
System Red Green Blue C M Y K H S L
Decimal 127 173 65 0.27 0 0.62 0.32 85.56 0.45 0.47
Hex 7F AD 41 1B 0 3E 20 56 2D 2F
Octal 177 255 101 33 0 76 40 126 55 57
Binary 1111111 10101101 1000001 11011 0 111110 100000 1010110 101101 101111

Color Harmonies of #7FAD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD41

Black with #7FAD41

Text Example


Text Example

White with #7FAD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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