#5B7814

Color #5B7814 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5B7814

Tints of Fiji Green #5B7814

Color information

#5B7814 (or 0x5B7814) is unknown color: approx Fiji Green. HEX triplet: 5B, 78 and 14. RGB value is (91,120,20). Sum of RGB (Red+Green+Blue) = 91+120+20=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7814 is #A487EB. Grayscale: #646464. Windows color (decimal): -10782700 or 1341531. OLE color: 1341531.

HSL color Cylindrical-coordinate representation of color #5B7814: hue angle of 77.4º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B7814 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB9112020-
CMYK0.2400.830.53
HSL77.4º71.43%27.45%-
HSV(B)77.4º83.33%47.06%-
XYZ11.1615.713.11-
YUV99.9382.89121.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.39%
GREEN value IS 120 (47.27% from 255) = 51.95%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=39.39%
G=51.95%
B=8.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91120200.2400.830.5377.471.4327.45
Hex5B781418053354d471b
Octal133170243001236511510733
Binary101101111110001010011000010100111101011001101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,120,20); }

 H1.HeaderClassName
 {
   color: #5B7814;
 }
 .AnyTagClassName
 {
   color: #5B7814;
 }
</style>
background-color css

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

 a { background-color: rgb(91,120,20); }

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

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

 span { border-color: rgb(91,120,20); }

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