#5B750A

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

Shades of Fiji Green #5B750A

Tints of Fiji Green #5B750A

Color information

#5B750A (or 0x5B750A) is unknown color: approx Fiji Green. HEX triplet: 5B, 75 and 0A. RGB value is (91,117,10). Sum of RGB (Red+Green+Blue) = 91+117+10=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #5B750A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B750A is #A48AF5. Grayscale: #616161. Windows color (decimal): -10783478 or 685403. OLE color: 685403.

HSL color Cylindrical-coordinate representation of color #5B750A: hue angle of 74.58º degrees, saturation: 0.84, 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 #5B750A is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB9111710-
CMYK0.2200.910.54
HSL74.58º84.25%24.9%-
HSV(B)74.58º91.45%45.88%-
XYZ10.7314.972.61-
YUV97.0378.89123.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.74%
GREEN value IS 117 (46.09% from 255) = 53.67%
BLUE value IS 10 (4.30% from 255) = 4.59%
R=41.74%
G=53.67%
B=4.59%

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
Decimal91117100.2200.910.5474.5884.2524.9
Hex5B75A1605B364b5419
Octal133165122601336611312431
Binary10110111110101101010110010110111101101001011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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