#606100

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

Shades of Fiji Green #606100

Tints of Fiji Green #606100

Color information

#606100 (or 0x606100) is unknown color: approx Fiji Green. HEX triplet: 60, 61 and 00. RGB value is (96,97,0). Sum of RGB (Red+Green+Blue) = 96+97+0=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #606100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606100 is #9F9EFF. Grayscale: #565656. Windows color (decimal): -10460928 or 24928. OLE color: 24928.

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

Color convert

RGB96970-
CMYK0.01010.62
HSL60.62º100%19.02%-
HSV(B)60.62º100%38.04%-
XYZ9.111.041.65-
YUV85.6479.67135.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.74%
G=50.26%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969700.01010.6260.6210019.02
Hex6061010643E3d6413
Octal140141010144767514423
Binary110000011000010101100100111110111101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606100; }

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

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

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

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

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

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

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

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