Html Css Color HEX #5A681A Fiji Green

📋 copy color: '#5A681A'

red 90 ◦ green 104 ◦ blue 26

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

Shades of Fiji Green #5A681A

Tints of Fiji Green #5A681A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.27%

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

R = 40.91%
G = 47.27%
B = 11.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#5A681A (or 0x5A681A) is known color: Fiji Green. HEX triplet: 5A, 68 and 1A. RGB value is (90,104,26). Sum of RGB (Red+Green+Blue) = 90+104+26=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #5A681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A681A is #A597E5. Grayscale: #5B5B5B. Windows color (decimal): -10852326 or 1730650. OLE color: 1730650.

HSL color Cylindrical-coordinate representation of color #5A681A: hue angle of 70.77º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A681A is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 104 26 -
CMYK 0.13 0 0.75 0.59
HSL 70.77º 0.6% 0.25% -
HSV(B) 70.77º 0.75% 0.41% -
XYZ 9.35 12.15 2.83 -
YUV 90.92 91.36 127.34 -
System Red Green Blue C M Y K H S L
Decimal 90 104 26 0.13 0 0.75 0.59 70.77 0.6 0.25
Hex 5A 68 1A D 0 4B 3B 47 3C 19
Octal 132 150 32 15 0 113 73 107 74 31
Binary 1011010 1101000 11010 1101 0 1001011 111011 1000111 111100 11001

Color Harmonies of #5A681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A681A

Black with #5A681A

Text Example


Text Example

White with #5A681A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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