Html Css Color HEX #7FA52F Sushi

📋 copy color: '#7FA52F'

red 127 ◦ green 165 ◦ blue 47

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

Shades of Sushi #7FA52F

Tints of Sushi #7FA52F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.67%

 BLUE value IS 47 (18.75% from 255) = 13.86%

R = 37.46%
G = 48.67%
B = 13.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#7FA52F (or 0x7FA52F) is known color: Sushi. HEX triplet: 7F, A5 and 2F. RGB value is (127,165,47). Sum of RGB (Red+Green+Blue) = 127+165+47=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA52F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA52F is #805AD0. Grayscale: #8C8C8C. Windows color (decimal): -8411857 or 3122559. OLE color: 3122559.

HSL color Cylindrical-coordinate representation of color #7FA52F: hue angle of 79.32º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FA52F is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 165 47 -
CMYK 0.23 0 0.72 0.35
HSL 79.32º 0.56% 0.42% -
HSV(B) 79.32º 0.72% 0.65% -
XYZ 22.72 31.63 7.6 -
YUV 140.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 127 165 47 0.23 0 0.72 0.35 79.32 0.56 0.42
Hex 7F A5 2F 17 0 48 23 4F 38 2A
Octal 177 245 57 27 0 110 43 117 70 52
Binary 1111111 10100101 101111 10111 0 1001000 100011 1001111 111000 101010

Color Harmonies of #7FA52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA52F

Black with #7FA52F

Text Example


Text Example

White with #7FA52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,165,47); }

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

background-color css

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

 a { background-color: rgb(127,165,47); }

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

border-color css

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

 span { border-color: rgb(127,165,47); }

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