#656601

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

Shades of Fiji Green #656601

Tints of Fiji Green #656601

Color information

#656601 (or 0x656601) is unknown color: approx Fiji Green. HEX triplet: 65, 66 and 01. RGB value is (101,102,1). Sum of RGB (Red+Green+Blue) = 101+102+1=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #656601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656601 is #9A99FE. Grayscale: #5A5A5A. Windows color (decimal): -10131967 or 91749. OLE color: 91749.

HSL color Cylindrical-coordinate representation of color #656601: hue angle of 60.59º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #656601 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB1011021-
CMYK0.0100.990.6
HSL60.59º98.06%20.2%-
HSV(B)60.59º99.02%40%-
XYZ10.1212.271.86-
YUV90.1977.67135.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 102 (40.23% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=49.51%
G=50%
B=0.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10110210.0100.990.660.5998.0620.2
Hex6566110633C3d6214
Octal145146110143747514224
Binary110010111001101101100011111100111101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656601; }

 p { color: rgb(101,102,1); }

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

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

 a { background-color: rgb(101,102,1); }

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

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

 span { border-color: rgb(101,102,1); }

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