#5B750B

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

Shades of Fiji Green #5B750B

Tints of Fiji Green #5B750B

Color information

#5B750B (or 0x5B750B) is unknown color: approx Fiji Green. HEX triplet: 5B, 75 and 0B. RGB value is (91,117,11). Sum of RGB (Red+Green+Blue) = 91+117+11=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #5B750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B750B is #A48AF4. Grayscale: #616161. Windows color (decimal): -10783477 or 750939. OLE color: 750939.

HSL color Cylindrical-coordinate representation of color #5B750B: hue angle of 74.72º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B750B is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB9111711-
CMYK0.2200.910.54
HSL74.72º82.81%25.1%-
HSV(B)74.72º90.6%45.88%-
XYZ10.7414.972.64-
YUV97.1479.39123.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.55%
GREEN value IS 117 (46.09% from 255) = 53.42%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=41.55%
G=53.42%
B=5.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91117110.2200.910.5474.7282.8125.1
Hex5B75B1605B364b5319
Octal133165132601336611312331
Binary10110111110101101110110010110111101101001011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,117,11); }

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

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

 a { background-color: rgb(91,117,11); }

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

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

 span { border-color: rgb(91,117,11); }

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