#657007

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

Shades of Fiji Green #657007

Tints of Fiji Green #657007

Color information

#657007 (or 0x657007) is unknown color: approx Fiji Green. HEX triplet: 65, 70 and 07. RGB value is (101,112,7). Sum of RGB (Red+Green+Blue) = 101+112+7=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #657007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657007 is #9A8FF8. Grayscale: #616161. Windows color (decimal): -10129401 or 487525. OLE color: 487525.

HSL color Cylindrical-coordinate representation of color #657007: hue angle of 66.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #657007 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB1011127-
CMYK0.1000.940.56
HSL66.29º88.24%23.33%-
HSV(B)66.29º93.75%43.92%-
XYZ11.214.372.38-
YUV96.7477.36131.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 112 (44.14% from 255) = 50.91%
BLUE value IS 7 (3.12% from 255) = 3.18%
R=45.91%
G=50.91%
B=3.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10111270.1000.940.5666.2988.2423.33
Hex65707A05E38425817
Octal14516071201367010213027
Binary110010111100001111010010111101110001000010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657007; }

 p { color: rgb(101,112,7); }

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

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

 a { background-color: rgb(101,112,7); }

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

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

 span { border-color: rgb(101,112,7); }

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