Html Css Color HEX #5B680E Fiji Green

📋 copy color: '#5B680E'

red 91 ◦ green 104 ◦ blue 14

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

Shades of Fiji Green #5B680E

Tints of Fiji Green #5B680E

RGB

 RED value IS 91 (35.94% from 255) = 43.54%

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

 BLUE value IS 14 (5.86% from 255) = 6.7%

R = 43.54%
G = 49.76%
B = 6.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#5B680E (or 0x5B680E) is known color: Fiji Green. HEX triplet: 5B, 68 and 0E. RGB value is (91,104,14). Sum of RGB (Red+Green+Blue) = 91+104+14=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #5B680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B680E is #A497F1. Grayscale: #5A5A5A. Windows color (decimal): -10786802 or 944219. OLE color: 944219.

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

Color convert

RGB 91 104 14 -
CMYK 0.12 0 0.87 0.59
HSL 68.67º 0.76% 0.23% -
HSV(B) 68.67º 0.87% 0.41% -
XYZ 9.34 12.16 2.27 -
YUV 89.85 85.19 128.82 -
System Red Green Blue C M Y K H S L
Decimal 91 104 14 0.12 0 0.87 0.59 68.67 0.76 0.23
Hex 5B 68 E C 0 57 3B 45 4C 17
Octal 133 150 16 14 0 127 73 105 114 27
Binary 1011011 1101000 1110 1100 0 1010111 111011 1000101 1001100 10111

Color Harmonies of #5B680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B680E

Black with #5B680E

Text Example


Text Example

White with #5B680E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,104,14); }

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

background-color css

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

 a { background-color: rgb(91,104,14); }

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

border-color css

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

 span { border-color: rgb(91,104,14); }

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