Html Css Color HEX #5A761A Fiji Green

📋 copy color: '#5A761A'

red 90 ◦ green 118 ◦ blue 26

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

Shades of Fiji Green #5A761A

Tints of Fiji Green #5A761A

RGB

 RED value IS 90 (35.55% from 255) = 38.46%

 GREEN value IS 118 (46.48% from 255) = 50.43%

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 38.46%
G = 50.43%
B = 11.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#5A761A (or 0x5A761A) is known color: Fiji Green. HEX triplet: 5A, 76 and 1A. RGB value is (90,118,26). Sum of RGB (Red+Green+Blue) = 90+118+26=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #5A761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A761A is #A589E5. Grayscale: #636363. Windows color (decimal): -10848742 or 1734234. OLE color: 1734234.

HSL color Cylindrical-coordinate representation of color #5A761A: hue angle of 78.26º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A761A is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 118 26 -
CMYK 0.24 0 0.78 0.54
HSL 78.26º 0.64% 0.28% -
HSV(B) 78.26º 0.78% 0.46% -
XYZ 10.88 15.21 3.34 -
YUV 99.14 86.72 121.48 -
System Red Green Blue C M Y K H S L
Decimal 90 118 26 0.24 0 0.78 0.54 78.26 0.64 0.28
Hex 5A 76 1A 18 0 4E 36 4E 40 1C
Octal 132 166 32 30 0 116 66 116 100 34
Binary 1011010 1110110 11010 11000 0 1001110 110110 1001110 1000000 11100

Color Harmonies of #5A761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A761A

Black with #5A761A

Text Example


Text Example

White with #5A761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A761A; }

 p { color: rgb(90,118,26); }

 H1.HeaderClassName
 {
   color: #5A761A;
 }
 .AnyTagClassName
 {
   color: #5A761A;
 }
</style>

background-color css

<style>
 a { background-color: #5A761A; }

 a { background-color: rgb(90,118,26); }

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

border-color css

<style>
 span { border-color: #5A761A; }

 span { border-color: rgb(90,118,26); }

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