#5b5f0f

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

Shades of Fiji Green #5B5F0F

Tints of Fiji Green #5B5F0F

Color information

#5B5F0F (or 0x5B5F0F) is unknown color: approx Fiji Green. HEX triplet: 5B, 5F and 0F. RGB value is (91,95,15). Sum of RGB (Red+Green+Blue) = 91+95+15=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #5B5F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5F0F is #A4A0F0. Grayscale: #555555. Windows color (decimal): -10789105 or 1007451. OLE color: 1007451.

HSL color Cylindrical-coordinate representation of color #5B5F0F: hue angle of 63º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B5F0F is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB919515-
CMYK0.0400.840.63
HSL63º72.73%21.57%-
HSV(B)63º84.21%37.25%-
XYZ8.4910.442.02-
YUV84.6888.67132.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.27%
GREEN value IS 95 (37.5% from 255) = 47.26%
BLUE value IS 15 (6.25% from 255) = 7.46%
R=45.27%
G=47.26%
B=7.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9195150.0400.840.636372.7321.57
Hex5B5FF40543F3f4916
Octal1331371740124777711126
Binary10110111011111111110001010100111111111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b5f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,95,15); }

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

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

 a { background-color: rgb(91,95,15); }

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

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

 span { border-color: rgb(91,95,15); }

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