#657E16

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

Shades of Fiji Green #657E16

Tints of Fiji Green #657E16

Color information

#657E16 (or 0x657E16) is unknown color: approx Fiji Green. HEX triplet: 65, 7E and 16. RGB value is (101,126,22). Sum of RGB (Red+Green+Blue) = 101+126+22=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #657E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657E16 is #9A81E9. Grayscale: #6B6B6B. Windows color (decimal): -10125802 or 1474149. OLE color: 1474149.

HSL color Cylindrical-coordinate representation of color #657E16: hue angle of 74.42º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #657E16 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB10112622-
CMYK0.2000.830.51
HSL74.42º70.27%29.02%-
HSV(B)74.42º82.54%49.41%-
XYZ12.9717.753.5-
YUV106.6780.22123.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.56%
GREEN value IS 126 (49.61% from 255) = 50.60%
BLUE value IS 22 (8.98% from 255) = 8.84%
R=40.56%
G=50.60%
B=8.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101126220.2000.830.5174.4270.2729.02
Hex657E1614053334a461d
Octal145176262401236311210635
Binary110010111111101011010100010100111100111001010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657E16; }

 p { color: rgb(101,126,22); }

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

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

 a { background-color: rgb(101,126,22); }

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

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

 span { border-color: rgb(101,126,22); }

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