#5F7B26

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

Shades of Fiji Green #5F7B26

Tints of Fiji Green #5F7B26

Color information

#5F7B26 (or 0x5F7B26) is unknown color: approx Fiji Green. HEX triplet: 5F, 7B and 26. RGB value is (95,123,38). Sum of RGB (Red+Green+Blue) = 95+123+38=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #5F7B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7B26 is #A084D9. Grayscale: #696969. Windows color (decimal): -10519770 or 2521951. OLE color: 2521951.

HSL color Cylindrical-coordinate representation of color #5F7B26: hue angle of 79.76º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F7B26 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.52.

Color convert

RGB9512338-
CMYK0.2300.690.52
HSL79.76º52.8%31.57%-
HSV(B)79.76º69.11%48.24%-
XYZ12.1516.744.42-
YUV104.9490.22120.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.11%
GREEN value IS 123 (48.44% from 255) = 48.05%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=37.11%
G=48.05%
B=14.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95123380.2300.690.5279.7652.831.57
Hex5F7B261704534503520
Octal13717346270105641206540
Binary1011111111101110011010111010001011101001010000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,123,38); }

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

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

 a { background-color: rgb(95,123,38); }

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

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

 span { border-color: rgb(95,123,38); }

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