Html Css Color HEX #7FA438 Sushi

📋 copy color: '#7FA438'

red 127 ◦ green 164 ◦ blue 56

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

Shades of Sushi #7FA438

Tints of Sushi #7FA438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.26%

 BLUE value IS 56 (22.27% from 255) = 16.14%

R = 36.6%
G = 47.26%
B = 16.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#7FA438 (or 0x7FA438) is known color: Sushi. HEX triplet: 7F, A4 and 38. RGB value is (127,164,56). Sum of RGB (Red+Green+Blue) = 127+164+56=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA438 is #805BC7. Grayscale: #8D8D8D. Windows color (decimal): -8412104 or 3712127. OLE color: 3712127.

HSL color Cylindrical-coordinate representation of color #7FA438: hue angle of 80.56º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FA438 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 164 56 -
CMYK 0.23 0 0.66 0.36
HSL 80.56º 0.49% 0.43% -
HSV(B) 80.56º 0.66% 0.64% -
XYZ 22.74 31.35 8.59 -
YUV 140.63 80.24 118.28 -
System Red Green Blue C M Y K H S L
Decimal 127 164 56 0.23 0 0.66 0.36 80.56 0.49 0.43
Hex 7F A4 38 17 0 42 24 51 31 2B
Octal 177 244 70 27 0 102 44 121 61 53
Binary 1111111 10100100 111000 10111 0 1000010 100100 1010001 110001 101011

Color Harmonies of #7FA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA438

Black with #7FA438

Text Example


Text Example

White with #7FA438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,164,56); }

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

background-color css

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

 a { background-color: rgb(127,164,56); }

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

border-color css

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

 span { border-color: rgb(127,164,56); }

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