Html Css Color HEX #7FA545 Sushi

📋 copy color: '#7FA545'

red 127 ◦ green 165 ◦ blue 69

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

Shades of Sushi #7FA545

Tints of Sushi #7FA545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 35.18%
G = 45.71%
B = 19.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#7FA545 (or 0x7FA545) is known color: Sushi. HEX triplet: 7F, A5 and 45. RGB value is (127,165,69). Sum of RGB (Red+Green+Blue) = 127+165+69=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA545 is #805ABA. Grayscale: #8F8F8F. Windows color (decimal): -8411835 or 4564351. OLE color: 4564351.

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

Color convert

RGB 127 165 69 -
CMYK 0.23 0 0.58 0.35
HSL 83.75º 0.41% 0.46% -
HSV(B) 83.75º 0.58% 0.65% -
XYZ 23.28 31.85 10.55 -
YUV 142.69 86.41 116.81 -
System Red Green Blue C M Y K H S L
Decimal 127 165 69 0.23 0 0.58 0.35 83.75 0.41 0.46
Hex 7F A5 45 17 0 3A 23 54 29 2E
Octal 177 245 105 27 0 72 43 124 51 56
Binary 1111111 10100101 1000101 10111 0 111010 100011 1010100 101001 101110

Color Harmonies of #7FA545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA545

Black with #7FA545

Text Example


Text Example

White with #7FA545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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