#607700

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

Shades of Fiji Green #607700

Tints of Fiji Green #607700

Color information

#607700 (or 0x607700) is unknown color: approx Fiji Green. HEX triplet: 60, 77 and 00. RGB value is (96,119,0). Sum of RGB (Red+Green+Blue) = 96+119+0=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #607700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607700 is #9F88FF. Grayscale: #636363. Windows color (decimal): -10455296 or 30560. OLE color: 30560.

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

Color convert

RGB961190-
CMYK0.19010.53
HSL71.6º100%23.33%-
HSV(B)71.6º100%46.67%-
XYZ11.4215.682.42-
YUV98.5672.38126.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 119 (46.88% from 255) = 55.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.65%
G=55.35%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9611900.19010.5371.610023.33
Hex607701306435486417
Octal14016702301446511014427
Binary11000001110111010011011001001101011001000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607700; }

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

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

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

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

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

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

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

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