#5F640A

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

Shades of Fiji Green #5F640A

Tints of Fiji Green #5F640A

Color information

#5F640A (or 0x5F640A) is unknown color: approx Fiji Green. HEX triplet: 5F, 64 and 0A. RGB value is (95,100,10). Sum of RGB (Red+Green+Blue) = 95+100+10=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #5F640A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F640A is #A09BF5. Grayscale: #585858. Windows color (decimal): -10525686 or 681055. OLE color: 681055.

HSL color Cylindrical-coordinate representation of color #5F640A: hue angle of 63.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F640A is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB9510010-
CMYK0.0500.900.61
HSL63.33º81.82%21.57%-
HSV(B)63.33º90%39.22%-
XYZ9.3311.572.03-
YUV88.2483.84132.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.34%
GREEN value IS 100 (39.45% from 255) = 48.78%
BLUE value IS 10 (4.30% from 255) = 4.88%
R=46.34%
G=48.78%
B=4.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal95100100.0500.900.6163.3381.8221.57
Hex5F64A505A3D3f5216
Octal1371441250132757712226
Binary10111111100100101010101011010111101111111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,100,10); }

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

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

 a { background-color: rgb(95,100,10); }

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

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

 span { border-color: rgb(95,100,10); }

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