#656200

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

Shades of Fiji Green #656200

Tints of Fiji Green #656200

Color information

#656200 (or 0x656200) is unknown color: approx Fiji Green. HEX triplet: 65, 62 and 00. RGB value is (101,98,0). Sum of RGB (Red+Green+Blue) = 101+98+0=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #656200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656200 is #9A9DFF. Grayscale: #585858. Windows color (decimal): -10132992 or 25189. OLE color: 25189.

HSL color Cylindrical-coordinate representation of color #656200: hue angle of 58.22º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #656200 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB101980-
CMYK00.0310.60
HSL58.22º100%19.8%-
HSV(B)58.22º100%39.61%-
XYZ9.7311.51.71-
YUV87.7278.49137.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 98 (38.67% from 255) = 49.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.75%
G=49.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10198000.0310.6058.2210019.8
Hex6562003643C3a6414
Octal145142003144747214424
Binary1100101110001000111100100111100111010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656200; }

 p { color: rgb(101,98,0); }

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

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

 a { background-color: rgb(101,98,0); }

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

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

 span { border-color: rgb(101,98,0); }

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