#657614

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

Shades of Fiji Green #657614

Tints of Fiji Green #657614

Color information

#657614 (or 0x657614) is unknown color: approx Fiji Green. HEX triplet: 65, 76 and 14. RGB value is (101,118,20). Sum of RGB (Red+Green+Blue) = 101+118+20=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #657614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657614 is #9A89EB. Grayscale: #666666. Windows color (decimal): -10127852 or 1341029. OLE color: 1341029.

HSL color Cylindrical-coordinate representation of color #657614: hue angle of 70.41º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #657614 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB10111820-
CMYK0.1400.830.54
HSL70.41º71.01%27.06%-
HSV(B)70.41º83.05%46.27%-
XYZ11.9715.773.08-
YUV101.7481.87127.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.26%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=42.26%
G=49.37%
B=8.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101118200.1400.830.5470.4171.0127.06
Hex657614E0533646471b
Octal145166241601236610610733
Binary11001011110110101001110010100111101101000110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657614; }

 p { color: rgb(101,118,20); }

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

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

 a { background-color: rgb(101,118,20); }

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

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

 span { border-color: rgb(101,118,20); }

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