#5F7701

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

Shades of Fiji Green #5F7701

Tints of Fiji Green #5F7701

Color information

#5F7701 (or 0x5F7701) is unknown color: approx Fiji Green. HEX triplet: 5F, 77 and 01. RGB value is (95,119,1). Sum of RGB (Red+Green+Blue) = 95+119+1=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #5F7701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7701 is #A088FE. Grayscale: #626262. Windows color (decimal): -10520831 or 96095. OLE color: 96095.

HSL color Cylindrical-coordinate representation of color #5F7701: hue angle of 72.2º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F7701 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB951191-
CMYK0.2000.990.53
HSL72.2º98.33%23.53%-
HSV(B)72.2º99.16%46.67%-
XYZ11.3215.632.45-
YUV98.3773.05125.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.19%
GREEN value IS 119 (46.88% from 255) = 55.35%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=44.19%
G=55.35%
B=0.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9511910.2000.990.5372.298.3323.53
Hex5F7711406335486218
Octal13716712401436511014230
Binary10111111110111110100011000111101011001000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,119,1); }

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

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

 a { background-color: rgb(95,119,1); }

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

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

 span { border-color: rgb(95,119,1); }

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