#5B7216

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

Shades of Fiji Green #5B7216

Tints of Fiji Green #5B7216

Color information

#5B7216 (or 0x5B7216) is unknown color: approx Fiji Green. HEX triplet: 5B, 72 and 16. RGB value is (91,114,22). Sum of RGB (Red+Green+Blue) = 91+114+22=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #5B7216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7216 is #A48DE9. Grayscale: #606060. Windows color (decimal): -10784234 or 1471067. OLE color: 1471067.

HSL color Cylindrical-coordinate representation of color #5B7216: hue angle of 75º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B7216 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB9111422-
CMYK0.2000.810.55
HSL75º67.65%26.67%-
HSV(B)75º80.7%44.71%-
XYZ10.4814.322.97-
YUV96.6485.88123.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.09%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=40.09%
G=50.22%
B=9.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91114220.2000.810.557567.6526.67
Hex5B721614051374b441b
Octal133162262401216711310433
Binary101101111100101011010100010100011101111001011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,114,22); }

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

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

 a { background-color: rgb(91,114,22); }

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

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

 span { border-color: rgb(91,114,22); }

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