#61620D

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

Shades of Fiji Green #61620D

Tints of Fiji Green #61620D

Color information

#61620D (or 0x61620D) is unknown color: approx Fiji Green. HEX triplet: 61, 62 and 0D. RGB value is (97,98,13). Sum of RGB (Red+Green+Blue) = 97+98+13=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #61620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61620D is #9E9DF2. Grayscale: #585858. Windows color (decimal): -10395123 or 877153. OLE color: 877153.

HSL color Cylindrical-coordinate representation of color #61620D: hue angle of 60.71º degrees, saturation: 0.77, 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 #61620D is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB979813-
CMYK0.0100.870.62
HSL60.71º76.58%21.76%-
HSV(B)60.71º86.73%38.43%-
XYZ9.3711.312.07-
YUV88.0185.67134.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 98 (38.67% from 255) = 47.12%
BLUE value IS 13 (5.47% from 255) = 6.25%
R=46.63%
G=47.12%
B=6.25%

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
Decimal9798130.0100.870.6260.7176.5821.76
Hex6162D10573E3d4d16
Octal1411421510127767511526
Binary110000111000101101101010111111110111101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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