#5B650A

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

Shades of Fiji Green #5B650A

Tints of Fiji Green #5B650A

Color information

#5B650A (or 0x5B650A) is unknown color: approx Fiji Green. HEX triplet: 5B, 65 and 0A. RGB value is (91,101,10). Sum of RGB (Red+Green+Blue) = 91+101+10=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #5B650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B650A is #A49AF5. Grayscale: #575757. Windows color (decimal): -10787574 or 681307. OLE color: 681307.

HSL color Cylindrical-coordinate representation of color #5B650A: hue angle of 66.59º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B650A is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB9110110-
CMYK0.1000.900.60
HSL66.59º81.98%21.76%-
HSV(B)66.59º90.1%39.61%-
XYZ9.0211.552.04-
YUV87.6484.19130.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.05%
GREEN value IS 101 (39.84% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 4.95%
R=45.05%
G=50%
B=4.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91101100.1000.900.6066.5981.9821.76
Hex5B65AA05A3C435216
Octal133145121201327410312226
Binary1011011110010110101010010110101111001000011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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