#60610D

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

Shades of Fiji Green #60610D

Tints of Fiji Green #60610D

Color information

#60610D (or 0x60610D) is unknown color: approx Fiji Green. HEX triplet: 60, 61 and 0D. RGB value is (96,97,13). Sum of RGB (Red+Green+Blue) = 96+97+13=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #60610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60610D is #9F9EF2. Grayscale: #575757. Windows color (decimal): -10460915 or 876896. OLE color: 876896.

HSL color Cylindrical-coordinate representation of color #60610D: hue angle of 60.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60610D is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB969713-
CMYK0.0100.870.62
HSL60.71º76.36%21.57%-
HSV(B)60.71º86.6%38.04%-
XYZ9.1711.072.03-
YUV87.1286.17134.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=46.60%
G=47.09%
B=6.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697130.0100.870.6260.7176.3621.57
Hex6061D10573E3d4c16
Octal1401411510127767511426
Binary110000011000011101101010111111110111101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60610D; }

 p { color: rgb(96,97,13); }

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

<style>
 a { background-color: #60610D; }

 a { background-color: rgb(96,97,13); }

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

<style>
 span { border-color: #60610D; }

 span { border-color: rgb(96,97,13); }

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