Html Css Color HEX #7FAF40 Sushi

📋 copy color: '#7FAF40'

red 127 ◦ green 175 ◦ blue 64

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

Shades of Sushi #7FAF40

Tints of Sushi #7FAF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 34.7%
G = 47.81%
B = 17.49%

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

#7FAF40 (or 0x7FAF40) is known color: Sushi. HEX triplet: 7F, AF and 40. RGB value is (127,175,64). Sum of RGB (Red+Green+Blue) = 127+175+64=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF40 is #8050BF. Grayscale: #949494. Windows color (decimal): -8409280 or 4239231. OLE color: 4239231.

HSL color Cylindrical-coordinate representation of color #7FAF40: hue angle of 85.95º 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 #7FAF40 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 175 64 -
CMYK 0.27 0 0.63 0.31
HSL 85.95º 0.46% 0.47% -
HSV(B) 85.95º 0.63% 0.69% -
XYZ 25.01 35.54 10.39 -
YUV 147.99 80.6 113.03 -
System Red Green Blue C M Y K H S L
Decimal 127 175 64 0.27 0 0.63 0.31 85.95 0.46 0.47
Hex 7F AF 40 1B 0 3F 1F 56 2E 2F
Octal 177 257 100 33 0 77 37 126 56 57
Binary 1111111 10101111 1000000 11011 0 111111 11111 1010110 101110 101111

Color Harmonies of #7FAF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF40

Black with #7FAF40

Text Example


Text Example

White with #7FAF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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