Html Css Color HEX #5A751A Fiji Green

📋 copy color: '#5A751A'

red 90 ◦ green 117 ◦ blue 26

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

Shades of Fiji Green #5A751A

Tints of Fiji Green #5A751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.21%

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

R = 38.63%
G = 50.21%
B = 11.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#5A751A (or 0x5A751A) is known color: Fiji Green. HEX triplet: 5A, 75 and 1A. RGB value is (90,117,26). Sum of RGB (Red+Green+Blue) = 90+117+26=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #5A751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A751A is #A58AE5. Grayscale: #626262. Windows color (decimal): -10848998 or 1733978. OLE color: 1733978.

HSL color Cylindrical-coordinate representation of color #5A751A: hue angle of 77.8º 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 #5A751A is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 117 26 -
CMYK 0.23 0 0.78 0.54
HSL 77.8º 0.64% 0.28% -
HSV(B) 77.8º 0.78% 0.46% -
XYZ 10.76 14.97 3.3 -
YUV 98.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 90 117 26 0.23 0 0.78 0.54 77.8 0.64 0.28
Hex 5A 75 1A 17 0 4E 36 4E 40 1C
Octal 132 165 32 27 0 116 66 116 100 34
Binary 1011010 1110101 11010 10111 0 1001110 110110 1001110 1000000 11100

Color Harmonies of #5A751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A751A

Black with #5A751A

Text Example


Text Example

White with #5A751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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