#657002

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

Shades of Fiji Green #657002

Tints of Fiji Green #657002

Color information

#657002 (or 0x657002) is unknown color: approx Fiji Green. HEX triplet: 65, 70 and 02. RGB value is (101,112,2). Sum of RGB (Red+Green+Blue) = 101+112+2=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #657002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657002 is #9A8FFD. Grayscale: #606060. Windows color (decimal): -10129406 or 159845. OLE color: 159845.

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

Color convert

RGB1011122-
CMYK0.1000.980.56
HSL66º96.49%22.35%-
HSV(B)66º98.21%43.92%-
XYZ11.1714.362.24-
YUV96.1774.86131.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=46.98%
G=52.09%
B=0.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10111220.1000.980.566696.4922.35
Hex65702A06238426016
Octal14516021201427010214026
Binary11001011110000101010011000101110001000010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657002; }

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

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

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

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

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

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

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

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