#61661C

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

Shades of Fiji Green #61661C

Tints of Fiji Green #61661C

Color information

#61661C (or 0x61661C) is unknown color: approx Fiji Green. HEX triplet: 61, 66 and 1C. RGB value is (97,102,28). Sum of RGB (Red+Green+Blue) = 97+102+28=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #61661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61661C is #9E99E3. Grayscale: #5C5C5C. Windows color (decimal): -10394084 or 1861217. OLE color: 1861217.

HSL color Cylindrical-coordinate representation of color #61661C: hue angle of 64.05º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61661C is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB9710228-
CMYK0.0500.730.6
HSL64.05º56.92%25.49%-
HSV(B)64.05º72.55%40%-
XYZ9.8912.132.92-
YUV92.0791.84131.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 28 (11.33% from 255) = 12.33%
R=42.73%
G=44.93%
B=12.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal97102280.0500.730.664.0556.9225.49
Hex61661C50493C403919
Octal1411463450111741007131
Binary110000111001101110010101001001111100100000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,102,28); }

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

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

 a { background-color: rgb(97,102,28); }

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

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

 span { border-color: rgb(97,102,28); }

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