Html Css Color HEX #5A680F Fiji Green

📋 copy color: '#5A680F'

red 90 ◦ green 104 ◦ blue 15

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

Shades of Fiji Green #5A680F

Tints of Fiji Green #5A680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 43.06%
G = 49.76%
B = 7.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#5A680F (or 0x5A680F) is known color: Fiji Green. HEX triplet: 5A, 68 and 0F. RGB value is (90,104,15). Sum of RGB (Red+Green+Blue) = 90+104+15=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #5A680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A680F is #A597F0. Grayscale: #5A5A5A. Windows color (decimal): -10852337 or 1009754. OLE color: 1009754.

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

Color convert

RGB 90 104 15 -
CMYK 0.13 0 0.86 0.59
HSL 69.44º 0.75% 0.23% -
HSV(B) 69.44º 0.86% 0.41% -
XYZ 9.25 12.11 2.3 -
YUV 89.67 85.86 128.24 -
System Red Green Blue C M Y K H S L
Decimal 90 104 15 0.13 0 0.86 0.59 69.44 0.75 0.23
Hex 5A 68 F D 0 56 3B 45 4B 17
Octal 132 150 17 15 0 126 73 105 113 27
Binary 1011010 1101000 1111 1101 0 1010110 111011 1000101 1001011 10111

Color Harmonies of #5A680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A680F

Black with #5A680F

Text Example


Text Example

White with #5A680F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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