Html Css Color HEX #7FAF41 Sushi

📋 copy color: '#7FAF41'

red 127 ◦ green 175 ◦ blue 65

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

Shades of Sushi #7FAF41

Tints of Sushi #7FAF41

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.68%

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

R = 34.6%
G = 47.68%
B = 17.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#7FAF41 (or 0x7FAF41) is known color: Sushi. HEX triplet: 7F, AF and 41. RGB value is (127,175,65). Sum of RGB (Red+Green+Blue) = 127+175+65=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF41 is #8050BE. Grayscale: #949494. Windows color (decimal): -8409279 or 4304767. OLE color: 4304767.

HSL color Cylindrical-coordinate representation of color #7FAF41: hue angle of 86.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FAF41 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 175 65 -
CMYK 0.27 0 0.63 0.31
HSL 86.18º 0.46% 0.47% -
HSV(B) 86.18º 0.63% 0.69% -
XYZ 25.04 35.55 10.54 -
YUV 148.11 81.1 112.94 -
System Red Green Blue C M Y K H S L
Decimal 127 175 65 0.27 0 0.63 0.31 86.18 0.46 0.47
Hex 7F AF 41 1B 0 3F 1F 56 2E 2F
Octal 177 257 101 33 0 77 37 126 56 57
Binary 1111111 10101111 1000001 11011 0 111111 11111 1010110 101110 101111

Color Harmonies of #7FAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF41

Black with #7FAF41

Text Example


Text Example

White with #7FAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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