#61710C

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

Shades of Fiji Green #61710C

Tints of Fiji Green #61710C

Color information

#61710C (or 0x61710C) is unknown color: approx Fiji Green. HEX triplet: 61, 71 and 0C. RGB value is (97,113,12). Sum of RGB (Red+Green+Blue) = 97+113+12=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #61710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61710C is #9E8EF3. Grayscale: #616161. Windows color (decimal): -10391284 or 815457. OLE color: 815457.

HSL color Cylindrical-coordinate representation of color #61710C: hue angle of 69.5º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61710C is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB9711312-
CMYK0.1400.890.56
HSL69.5º80.8%24.51%-
HSV(B)69.5º89.38%44.31%-
XYZ10.914.382.55-
YUV96.780.2128.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 113 (44.53% from 255) = 50.90%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=43.69%
G=50.90%
B=5.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97113120.1400.890.5669.580.824.51
Hex6171CE05938465119
Octal141161141601317010612131
Binary1100001111000111001110010110011110001000110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61710C; }

 p { color: rgb(97,113,12); }

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

<style>
 a { background-color: #61710C; }

 a { background-color: rgb(97,113,12); }

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

<style>
 span { border-color: #61710C; }

 span { border-color: rgb(97,113,12); }

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