#5B6212

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

Shades of Fiji Green #5B6212

Tints of Fiji Green #5B6212

Color information

#5B6212 (or 0x5B6212) is unknown color: approx Fiji Green. HEX triplet: 5B, 62 and 12. RGB value is (91,98,18). Sum of RGB (Red+Green+Blue) = 91+98+18=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6212 is #A49DED. Grayscale: #575757. Windows color (decimal): -10788334 or 1204827. OLE color: 1204827.

HSL color Cylindrical-coordinate representation of color #5B6212: hue angle of 65.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B6212 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB919818-
CMYK0.0700.820.62
HSL65.25º68.97%22.75%-
HSV(B)65.25º81.63%38.43%-
XYZ8.79112.23-
YUV86.7989.18131-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.96%
GREEN value IS 98 (38.67% from 255) = 47.34%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=43.96%
G=47.34%
B=8.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9198180.0700.820.6265.2568.9722.75
Hex5B621270523E414517
Octal13314222701227610110527
Binary1011011110001010010111010100101111101000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,98,18); }

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

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

 a { background-color: rgb(91,98,18); }

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

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

 span { border-color: rgb(91,98,18); }

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