#5B690C

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

Shades of Fiji Green #5B690C

Tints of Fiji Green #5B690C

Color information

#5B690C (or 0x5B690C) is unknown color: approx Fiji Green. HEX triplet: 5B, 69 and 0C. RGB value is (91,105,12). Sum of RGB (Red+Green+Blue) = 91+105+12=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #5B690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B690C is #A496F3. Grayscale: #5A5A5A. Windows color (decimal): -10786548 or 813403. OLE color: 813403.

HSL color Cylindrical-coordinate representation of color #5B690C: hue angle of 69.03º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B690C is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB9110512-
CMYK0.1300.890.59
HSL69.03º79.49%22.94%-
HSV(B)69.03º88.57%41.18%-
XYZ9.4312.352.24-
YUV90.2183.86128.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.75%
GREEN value IS 105 (41.41% from 255) = 50.48%
BLUE value IS 12 (5.08% from 255) = 5.77%
R=43.75%
G=50.48%
B=5.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91105120.1300.890.5969.0379.4922.94
Hex5B69CD0593B454f17
Octal133151141501317310511727
Binary1011011110100111001101010110011110111000101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,105,12); }

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

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

 a { background-color: rgb(91,105,12); }

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

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

 span { border-color: rgb(91,105,12); }

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