#5B7B12

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

Shades of Fiji Green #5B7B12

Tints of Fiji Green #5B7B12

Color information

#5B7B12 (or 0x5B7B12) is unknown color: approx Fiji Green. HEX triplet: 5B, 7B and 12. RGB value is (91,123,18). Sum of RGB (Red+Green+Blue) = 91+123+18=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #5B7B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7B12 is #A484ED. Grayscale: #656565. Windows color (decimal): -10781934 or 1211227. OLE color: 1211227.

HSL color Cylindrical-coordinate representation of color #5B7B12: hue angle of 78.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B7B12 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB9112318-
CMYK0.2600.850.52
HSL78.29º74.47%27.65%-
HSV(B)78.29º85.37%48.24%-
XYZ11.5116.433.14-
YUV101.4680.9120.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.22%
GREEN value IS 123 (48.44% from 255) = 53.02%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=39.22%
G=53.02%
B=7.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91123180.2600.850.5278.2974.4727.65
Hex5B7B121A055344e4a1c
Octal133173223201256411611234
Binary101101111110111001011010010101011101001001110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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