Html Css Color HEX #7FA530 Sushi

📋 copy color: '#7FA530'

red 127 ◦ green 165 ◦ blue 48

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

Shades of Sushi #7FA530

Tints of Sushi #7FA530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.12%

R = 37.35%
G = 48.53%
B = 14.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#7FA530 (or 0x7FA530) is known color: Sushi. HEX triplet: 7F, A5 and 30. RGB value is (127,165,48). Sum of RGB (Red+Green+Blue) = 127+165+48=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA530 is #805ACF. Grayscale: #8C8C8C. Windows color (decimal): -8411856 or 3188095. OLE color: 3188095.

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

Color convert

RGB 127 165 48 -
CMYK 0.23 0 0.71 0.35
HSL 79.49º 0.55% 0.42% -
HSV(B) 79.49º 0.71% 0.65% -
XYZ 22.74 31.64 7.7 -
YUV 140.3 75.91 118.51 -
System Red Green Blue C M Y K H S L
Decimal 127 165 48 0.23 0 0.71 0.35 79.49 0.55 0.42
Hex 7F A5 30 17 0 47 23 4F 37 2A
Octal 177 245 60 27 0 107 43 117 67 52
Binary 1111111 10100101 110000 10111 0 1000111 100011 1001111 110111 101010

Color Harmonies of #7FA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA530

Black with #7FA530

Text Example


Text Example

White with #7FA530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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