#607200

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

Shades of Fiji Green #607200

Tints of Fiji Green #607200

Color information

#607200 (or 0x607200) is unknown color: approx Fiji Green. HEX triplet: 60, 72 and 00. RGB value is (96,114,0). Sum of RGB (Red+Green+Blue) = 96+114+0=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #607200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607200 is #9F8DFF. Grayscale: #606060. Windows color (decimal): -10456576 or 29280. OLE color: 29280.

HSL color Cylindrical-coordinate representation of color #607200: hue angle of 69.47º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #607200 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB961140-
CMYK0.16010.55
HSL69.47º100%22.35%-
HSV(B)69.47º100%44.71%-
XYZ10.8414.522.23-
YUV95.6274.04128.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 114 (44.92% from 255) = 54.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.71%
G=54.29%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9611400.16010.5569.4710022.35
Hex607201006437456416
Octal14016202001446710514426
Binary11000001110010010000011001001101111000101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607200; }

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

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

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

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

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

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

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

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