#606300

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

Shades of Fiji Green #606300

Tints of Fiji Green #606300

Color information

#606300 (or 0x606300) is unknown color: approx Fiji Green. HEX triplet: 60, 63 and 00. RGB value is (96,99,0). Sum of RGB (Red+Green+Blue) = 96+99+0=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #606300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606300 is #9F9CFF. Grayscale: #575757. Windows color (decimal): -10460416 or 25440. OLE color: 25440.

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

Color convert

RGB96990-
CMYK0.03010.61
HSL61.82º100%19.41%-
HSV(B)61.82º100%38.82%-
XYZ9.2911.411.71-
YUV86.8279.01134.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.23%
G=50.77%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal969900.03010.6161.8210019.41
Hex6063030643D3e6413
Octal140143030144757614423
Binary1100000110001101101100100111101111110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606300; }

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

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

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

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

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

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

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

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