#606104

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

Shades of Fiji Green #606104

Tints of Fiji Green #606104

Color information

#606104 (or 0x606104) is unknown color: approx Fiji Green. HEX triplet: 60, 61 and 04. RGB value is (96,97,4). Sum of RGB (Red+Green+Blue) = 96+97+4=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #606104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606104 is #9F9EFB. Grayscale: #565656. Windows color (decimal): -10460924 or 287072. OLE color: 287072.

HSL color Cylindrical-coordinate representation of color #606104: hue angle of 60.65º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #606104 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB96974-
CMYK0.0100.960.62
HSL60.65º92.08%19.8%-
HSV(B)60.65º95.88%38.04%-
XYZ9.1211.041.77-
YUV86.181.67135.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=48.73%
G=49.24%
B=2.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969740.0100.960.6260.6592.0819.8
Hex6061410603E3d5c14
Octal140141410140767513424
Binary11000001100001100101100000111110111101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606104; }

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

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

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

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

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

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

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

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