#5F6305

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

Shades of Fiji Green #5F6305

Tints of Fiji Green #5F6305

Color information

#5F6305 (or 0x5F6305) is unknown color: approx Fiji Green. HEX triplet: 5F, 63 and 05. RGB value is (95,99,5). Sum of RGB (Red+Green+Blue) = 95+99+5=199 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.74% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #5F6305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6305 is #A09CFA. Grayscale: #575757. Windows color (decimal): -10525947 or 353119. OLE color: 353119.

HSL color Cylindrical-coordinate representation of color #5F6305: hue angle of 62.55º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F6305 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB95995-
CMYK0.0400.950.61
HSL62.55º90.38%20.39%-
HSV(B)62.55º94.95%38.82%-
XYZ9.2111.371.85-
YUV87.0981.67133.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.74%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=47.74%
G=49.75%
B=2.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal959950.0400.950.6162.5590.3820.39
Hex5F635405F3D3f5a14
Octal137143540137757713224
Binary1011111110001110110001011111111101111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,99,5); }

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

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

 a { background-color: rgb(95,99,5); }

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

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

 span { border-color: rgb(95,99,5); }

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