#656300

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

Shades of Fiji Green #656300

Tints of Fiji Green #656300

Color information

#656300 (or 0x656300) is unknown color: approx Fiji Green. HEX triplet: 65, 63 and 00. RGB value is (101,99,0). Sum of RGB (Red+Green+Blue) = 101+99+0=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #656300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656300 is #9A9CFF. Grayscale: #585858. Windows color (decimal): -10132736 or 25445. OLE color: 25445.

HSL color Cylindrical-coordinate representation of color #656300: hue angle of 58.81º 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 #656300 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB101990-
CMYK00.0210.60
HSL58.81º100%19.8%-
HSV(B)58.81º100%39.61%-
XYZ9.8311.691.74-
YUV88.3178.16137.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.5%
GREEN value IS 99 (39.06% from 255) = 49.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.5%
G=49.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10199000.0210.6058.8110019.8
Hex6563002643C3b6414
Octal145143002144747314424
Binary1100101110001100101100100111100111011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656300; }

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

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

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

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

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

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

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

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